Home
last modified time | relevance | path

Searched refs:BR_VECTOR (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Dsvm.h128 { SVM_EXIT_EXCP_BASE + BR_VECTOR, "BR excp" }, \
Dkvm.h20 #define BR_VECTOR 5 macro
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/
Dsvm.h128 { SVM_EXIT_EXCP_BASE + BR_VECTOR, "BR excp" }, \
Dkvm.h20 #define BR_VECTOR 5 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dsvm.h109 …, { SVM_EXIT_EXCP_BASE + OF_VECTOR, "OF excp" }, { SVM_EXIT_EXCP_BASE + BR_VECTOR, "BR excp" }, { …
Dkvm.h29 #define BR_VECTOR 5 macro
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c4784 case BR_VECTOR: in rmode_exception()