Home
last modified time | relevance | path

Searched refs:guest_virt_spec_ctrl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dspec-ctrl.h17 extern void x86_virt_spec_ctrl(u64 guest_virt_spec_ctrl, bool guest);
22 * @guest_virt_spec_ctrl: The guest controlled bits of MSR_VIRT_SPEC_CTRL
28 void x86_spec_ctrl_set_guest(u64 guest_virt_spec_ctrl) in x86_spec_ctrl_set_guest()
30 x86_virt_spec_ctrl(guest_virt_spec_ctrl, true); in x86_spec_ctrl_set_guest()
36 * @guest_virt_spec_ctrl: The guest controlled bits of MSR_VIRT_SPEC_CTRL
42 void x86_spec_ctrl_restore_host(u64 guest_virt_spec_ctrl) in x86_spec_ctrl_restore_host()
44 x86_virt_spec_ctrl(guest_virt_spec_ctrl, false); in x86_spec_ctrl_restore_host()
27 x86_spec_ctrl_set_guest(u64 guest_virt_spec_ctrl) x86_spec_ctrl_set_guest() argument
41 x86_spec_ctrl_restore_host(u64 guest_virt_spec_ctrl) x86_spec_ctrl_restore_host() argument
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c185 x86_virt_spec_ctrl(u64 guest_virt_spec_ctrl, bool setguest) in x86_virt_spec_ctrl() argument
209 guestval = guest_virt_spec_ctrl & SPEC_CTRL_SSBD; in x86_virt_spec_ctrl()