Home
last modified time | relevance | path

Searched defs:guest_virt_spec_ctrl (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dspec-ctrl.h27 void x86_spec_ctrl_set_guest(u64 guest_spec_ctrl, u64 guest_virt_spec_ctrl) 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()
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dspec-ctrl.h28 void x86_spec_ctrl_set_guest(u64 guest_virt_spec_ctrl) in x86_spec_ctrl_set_guest()
42 void x86_spec_ctrl_restore_host(u64 guest_virt_spec_ctrl) in x86_spec_ctrl_restore_host()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dbugs.c171 x86_virt_spec_ctrl(u64 guest_spec_ctrl, u64 guest_virt_spec_ctrl, bool setguest) in x86_virt_spec_ctrl()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
Dbugs.c197 x86_virt_spec_ctrl(u64 guest_virt_spec_ctrl, bool setguest) in x86_virt_spec_ctrl()