audk/OvmfPkg/Library/CcExitLib
Ryan Afranji 127e2c5315 OvmfPkg: Add INVD case in #VE handler
According to the Intel GHCI specification document section 2.4.1, the
goal for instructions that do not have a corresponding TDCALL is for the
handler to treat the instruction as a NOP.

INVD does not have a corresponding TDCALL. This patch makes the #VE
handler treat INVD as a NOP.

Signed-off-by: Ryan Afranji <afranji@google.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
2022-12-09 07:08:50 +00:00
..
X64
CcExitLib.c
CcExitLib.inf
CcExitTd.h
CcExitVcHandler.c
CcExitVcHandler.h
CcExitVeHandler.c OvmfPkg: Add INVD case in #VE handler 2022-12-09 07:08:50 +00:00
PeiDxeCcExitVcHandler.c
SecCcExitLib.inf
SecCcExitVcHandler.c