Searched refs:guest_spec_ctrl (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ |
D | spec-ctrl.h | 16 extern void x86_virt_spec_ctrl(u64 guest_spec_ctrl, u64 guest_virt_spec_ctrl, bool guest); 27 void x86_spec_ctrl_set_guest(u64 guest_spec_ctrl, u64 guest_virt_spec_ctrl) in x86_spec_ctrl_set_guest() argument 29 x86_virt_spec_ctrl(guest_spec_ctrl, guest_virt_spec_ctrl, true); in x86_spec_ctrl_set_guest() 41 void x86_spec_ctrl_restore_host(u64 guest_spec_ctrl, u64 guest_virt_spec_ctrl) in x86_spec_ctrl_restore_host() argument 43 x86_virt_spec_ctrl(guest_spec_ctrl, guest_virt_spec_ctrl, false); in x86_spec_ctrl_restore_host()
|
/arch/x86/kernel/cpu/ |
D | bugs.c | 183 x86_virt_spec_ctrl(u64 guest_spec_ctrl, u64 guest_virt_spec_ctrl, bool setguest) in x86_virt_spec_ctrl() argument 185 u64 msrval, guestval = guest_spec_ctrl, hostval = spec_ctrl_current(); in x86_virt_spec_ctrl()
|