Searched refs:tif (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dspec-ctrl.h96 extern void speculation_ctrl_update(unsigned long tif);
/linux-master/arch/x86/kernel/
H A Dprocess.c663 void speculation_ctrl_update(unsigned long tif) argument
669 __speculation_ctrl_update(~tif, tif);
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c212 unsigned long tif; local
214 tif = setguest ? ssbd_spec_ctrl_to_tif(guestval) :
217 speculation_ctrl_update(tif);

Completed in 123 milliseconds