File tree Expand file tree Collapse file tree
OvmfPkg/Library/SmmCpuPlatformHookLibQemu Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22SMM CPU Platform Hook library instance for QEMU.
33
44Copyright (c) 2020, Red Hat, Inc.
5- Copyright (c) 2006 - 2015 , Intel Corporation. All rights reserved.<BR>
5+ Copyright (c) 2006 - 2024 , Intel Corporation. All rights reserved.<BR>
66SPDX-License-Identifier: BSD-2-Clause-Patent
77
88**/
@@ -113,3 +113,21 @@ GetPlatformPageTableAttribute (
113113{
114114 return EFI_UNSUPPORTED ;
115115}
116+
117+ /**
118+ SMM CPU Platform Hook before executing MMI Handler.
119+
120+ This function can be used to perform the platform specific items before executing MMI Handler.
121+
122+ @retval EFI_SUCCESS The smm cpu platform hook before executing MMI Handler is executed successfully.
123+ @retval EFI_UNSUPPORTED The smm cpu platform hook before executing MMI Handler is unsupported.
124+
125+ **/
126+ EFI_STATUS
127+ EFIAPI
128+ SmmCpuPlatformHookBeforeMmiHandler (
129+ VOID
130+ )
131+ {
132+ return EFI_UNSUPPORTED ;
133+ }
You can’t perform that action at this time.
0 commit comments