Home
last modified time | relevance | path

Searched refs:EXIT_REASON_EPT_VIOLATION (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h74 #define EXIT_REASON_EPT_VIOLATION 48 macro
138 { EXIT_REASON_EPT_VIOLATION, "EPT_VIOLATION" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h74 #define EXIT_REASON_EPT_VIOLATION 48 macro
138 { EXIT_REASON_EPT_VIOLATION, "EPT_VIOLATION" }, \
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c216 case EXIT_REASON_EPT_VIOLATION: in ve_instr_len()
361 .r11 = hcall_func(EXIT_REASON_EPT_VIOLATION), in mmio_read()
375 return !_tdx_hypercall(hcall_func(EXIT_REASON_EPT_VIOLATION), size, in mmio_write()
647 case EXIT_REASON_EPT_VIOLATION: in virt_exception_kernel()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c395 vm_exit_reason = EXIT_REASON_EPT_VIOLATION; in nested_ept_inject_page_fault()
6211 case EXIT_REASON_EPT_VIOLATION: in nested_vmx_l0_wants_exit()
H A Dvmx.c6131 [EXIT_REASON_EPT_VIOLATION] = handle_ept_violation,
6518 exit_reason.basic != EXIT_REASON_EPT_VIOLATION && in __vmx_handle_exit()