Home
last modified time | relevance | path

Searched refs:X86_FEATURE_KERNEL_IBRS (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/x86/entry/
Dcalling.h301 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_KERNEL_IBRS
330 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_KERNEL_IBRS
/linux-6.1.9/tools/arch/x86/include/asm/
Dcpufeatures.h206 #define X86_FEATURE_KERNEL_IBRS ( 7*32+12) /* "" Set/clear IBRS on kernel entry/exit */ macro
/linux-6.1.9/arch/x86/include/asm/
Dcpufeatures.h206 #define X86_FEATURE_KERNEL_IBRS ( 7*32+12) /* "" Set/clear IBRS on kernel entry/exit */ macro
/linux-6.1.9/arch/x86/kernel/cpu/
Dbugs.c85 if (!cpu_feature_enabled(X86_FEATURE_KERNEL_IBRS)) in update_spec_ctrl_cond()
1469 setup_force_cpu_cap(X86_FEATURE_KERNEL_IBRS); in spectre_v2_select_mitigation()
/linux-6.1.9/drivers/idle/
Dintel_idle.c1901 if (cpu_feature_enabled(X86_FEATURE_KERNEL_IBRS) && in intel_idle_init_cstates_icpu()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c7046 if (cpu_feature_enabled(X86_FEATURE_KERNEL_IBRS) || in vmx_spec_ctrl_restore_host()