Searched refs:EXIT_REASON_LDTR_TR (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
D | vmx.h | 71 #define EXIT_REASON_LDTR_TR 47 macro 132 { EXIT_REASON_LDTR_TR, "LDTR_TR" }, \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | vmx.h | 61 #define EXIT_REASON_LDTR_TR 47 macro 81 …NDUCED, "EOI_INDUCED" }, { EXIT_REASON_GDTR_IDTR, "GDTR_IDTR" }, { EXIT_REASON_LDTR_TR, "LDTR_TR" …
|
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/ |
D | vmx.h | 71 #define EXIT_REASON_LDTR_TR 47 macro 132 { EXIT_REASON_LDTR_TR, "LDTR_TR" }, \
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
D | nested.c | 5903 case EXIT_REASON_GDTR_IDTR: case EXIT_REASON_LDTR_TR: in nested_vmx_l1_wants_exit()
|
D | vmx.c | 5754 [EXIT_REASON_LDTR_TR] = handle_desc,
|