Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dibt.h22 #define HAS_KERNEL_IBT 1 macro
97 #define HAS_KERNEL_IBT 0 macro
119 #define ENDBR_INSN_SIZE (4*HAS_KERNEL_IBT)
H A Dcfi.h168 #if HAS_KERNEL_IBT == 1
H A Didtentry.h8 #define IDT_ALIGN (8 * (1 + HAS_KERNEL_IBT))
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c594 kernel_ibt = HAS_KERNEL_IBT && cpu_feature_enabled(X86_FEATURE_IBT); in setup_cet()
2038 if (HAS_KERNEL_IBT && cpu_feature_enabled(X86_FEATURE_IBT)) in identify_boot_cpu()
/linux-6.15/arch/x86/kernel/
H A Dalternative.c1759 if (HAS_KERNEL_IBT && cpu_feature_enabled(X86_FEATURE_IBT)) { in __apply_fineibt()