Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dibt.h22 #define HAS_KERNEL_IBT 1 macro
93 #define HAS_KERNEL_IBT 0 macro
115 #define ENDBR_INSN_SIZE (4*HAS_KERNEL_IBT)
H A Dcfi.h164 #if HAS_KERNEL_IBT == 1
/linux/arch/x86/kernel/cpu/
H A Dcommon.c642 kernel_ibt = HAS_KERNEL_IBT && cpu_feature_enabled(X86_FEATURE_IBT); in setup_cet()
2154 if (HAS_KERNEL_IBT && cpu_feature_enabled(X86_FEATURE_IBT))
/linux/arch/x86/kernel/
H A Dalternative.c1792 if (HAS_KERNEL_IBT && cpu_feature_enabled(X86_FEATURE_IBT)) { in __apply_fineibt()