TianoCore EDK2
master
VmTdExitNull.c
Go to the documentation of this file.
1
8
#include <
Base.h
>
9
#include <
Uefi.h
>
10
#include <
Library/VmgExitLib.h
>
11
28
EFI_STATUS
29
EFIAPI
30
VmTdExitHandleVe
(
31
IN
OUT
EFI_EXCEPTION_TYPE
*ExceptionType,
32
IN
OUT
EFI_SYSTEM_CONTEXT
SystemContext
33
)
34
{
35
*ExceptionType = VE_EXCEPTION;
36
37
return
EFI_UNSUPPORTED;
38
}
Base.h
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
EFI_EXCEPTION_TYPE
INTN EFI_EXCEPTION_TYPE
Definition:
DebugSupport.h:35
Uefi.h
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:28
VmTdExitHandleVe
EFI_STATUS EFIAPI VmTdExitHandleVe(IN OUT EFI_EXCEPTION_TYPE *ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
Definition:
VmTdExitNull.c:30
VmgExitLib.h
EFI_SYSTEM_CONTEXT
Definition:
DebugSupport.h:660
UefiCpuPkg
Library
VmgExitLibNull
VmTdExitNull.c
Generated on Sun Jun 12 2022 23:28:11 for TianoCore EDK2 by
1.9.4