Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/entry/
H A Dcalling.h327 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_KERNEL_IBRS
356 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_KERNEL_IBRS
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcpufeatures.h206 #define X86_FEATURE_KERNEL_IBRS ( 7*32+12) /* "" Set/clear IBRS on kernel entry/exit */ macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeatures.h206 #define X86_FEATURE_KERNEL_IBRS ( 7*32+12) /* "" Set/clear IBRS on kernel entry/exit */ macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c84 if (!cpu_feature_enabled(X86_FEATURE_KERNEL_IBRS)) in update_spec_ctrl_cond()
1432 setup_force_cpu_cap(X86_FEATURE_KERNEL_IBRS); in spectre_v2_select_mitigation()
/OK3568_Linux_fs/kernel/drivers/idle/
H A Dintel_idle.c1530 if (cpu_feature_enabled(X86_FEATURE_KERNEL_IBRS) && in intel_idle_init_cstates_icpu()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c6724 if (cpu_feature_enabled(X86_FEATURE_KERNEL_IBRS) || in vmx_spec_ctrl_restore_host()