Searched refs:switch_to_cond_stibp (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dprocess.h26 if (!static_branch_likely(&switch_to_cond_stibp)) {
H A Dprocess.c637 static_branch_unlikely(&switch_to_cond_stibp)) {
/linux-master/arch/x86/include/asm/
H A Dnospec-branch.h560 DECLARE_STATIC_KEY_FALSE(switch_to_cond_stibp);
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c110 DEFINE_STATIC_KEY_FALSE(switch_to_cond_stibp); variable
1894 static_branch_enable(&switch_to_cond_stibp);
1896 static_branch_disable(&switch_to_cond_stibp);
2773 if (static_key_enabled(&switch_to_cond_stibp))

Completed in 143 milliseconds