Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/uapi/asm/
H A Dvmx.h73 #define EXIT_REASON_LDTR_TR 47 macro
137 { EXIT_REASON_LDTR_TR, "LDTR_TR" }, \
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dvmx.h73 #define EXIT_REASON_LDTR_TR 47 macro
137 { EXIT_REASON_LDTR_TR, "LDTR_TR" }, \
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c6202 [EXIT_REASON_LDTR_TR] = handle_desc,
8153 vm_exit_reason = EXIT_REASON_LDTR_TR; in vmx_check_intercept()
H A Dnested.c6508 case EXIT_REASON_GDTR_IDTR: case EXIT_REASON_LDTR_TR: in nested_vmx_l1_wants_exit()