Searched refs:X86_FEATURE_IBT (Results 1 – 9 of 9) sorted by relevance
108 setup_clear_cpu_cap(X86_FEATURE_IBT); in ibt_setup()126 if (cpu_feature_enabled(X86_FEATURE_IBT)) in DEFINE_IDTENTRY_ERRORCODE()
1275 if (HAS_KERNEL_IBT && cpu_feature_enabled(X86_FEATURE_IBT)) in __apply_fineibt()
117 #define DISABLE_IBT (1 << (X86_FEATURE_IBT & 31))
429 #define X86_FEATURE_IBT (18*32+20) /* "ibt" Indirect Branch Tracking */ macro
430 #define X86_FEATURE_IBT (18*32+20) /* "ibt" Indirect Branch Tracking */ macro
586 if (cpu_feature_enabled(X86_FEATURE_IBT) && in hyperv_init()588 setup_clear_cpu_cap(X86_FEATURE_IBT); in hyperv_init()
564 if (cpu_feature_enabled(X86_FEATURE_IBT)) { in ibt_save()577 if (cpu_feature_enabled(X86_FEATURE_IBT)) { in ibt_restore()594 kernel_ibt = HAS_KERNEL_IBT && cpu_feature_enabled(X86_FEATURE_IBT); in setup_cet()614 setup_clear_cpu_cap(X86_FEATURE_IBT); in setup_cet()620 if (!(cpu_feature_enabled(X86_FEATURE_IBT) || in cet_disable()1947 if (HAS_KERNEL_IBT && cpu_feature_enabled(X86_FEATURE_IBT)) in identify_boot_cpu()
171 #define X86_FEATURE_IBT KVM_X86_CPU_FEATURE(0x7, 0, EDX, 20) macro
Completed in 29 milliseconds