Home
last modified time | relevance | path

Searched refs:EXIT_REASON_PML_FULL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h88 #define EXIT_REASON_PML_FULL 62 macro
152 { EXIT_REASON_PML_FULL, "PML_FULL" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h88 #define EXIT_REASON_PML_FULL 62 macro
152 { EXIT_REASON_PML_FULL, "PML_FULL" }, \
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c6141 [EXIT_REASON_PML_FULL] = handle_pml_full,
6451 if (exit_reason.basic == EXIT_REASON_PML_FULL) in __vmx_handle_exit()
6519 exit_reason.basic != EXIT_REASON_PML_FULL && in __vmx_handle_exit()
H A Dnested.c388 vm_exit_reason = EXIT_REASON_PML_FULL; in nested_ept_inject_page_fault()
6229 case EXIT_REASON_PML_FULL: in nested_vmx_l0_wants_exit()