Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dspec-ctrl.h73 extern void speculative_store_bypass_update(unsigned long tif);
/Linux-v4.19/arch/x86/kernel/cpu/
Dbugs.c202 unsigned long tif; in x86_virt_spec_ctrl() local
204 tif = setguest ? ssbd_spec_ctrl_to_tif(guestval) : in x86_virt_spec_ctrl()
207 speculative_store_bypass_update(tif); in x86_virt_spec_ctrl()
/Linux-v4.19/arch/x86/kernel/
Dprocess.c415 void speculative_store_bypass_update(unsigned long tif) in speculative_store_bypass_update() argument
418 __speculative_store_bypass_update(tif); in speculative_store_bypass_update()