Home
last modified time | relevance | path

Searched refs:speculative_store_bypass_update (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);
77 speculative_store_bypass_update(current_thread_info()->flags); in speculative_store_bypass_update_current()
/Linux-v4.19/arch/x86/kernel/
Dprocess.c415 void speculative_store_bypass_update(unsigned long tif) in speculative_store_bypass_update() function
/Linux-v4.19/arch/x86/kernel/cpu/
Dbugs.c207 speculative_store_bypass_update(tif); in x86_virt_spec_ctrl()