Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c187 u64 guestval, hostval; in x86_virt_spec_ctrl() local
209 guestval = guest_virt_spec_ctrl & SPEC_CTRL_SSBD; in x86_virt_spec_ctrl()
211 if (hostval != guestval) { in x86_virt_spec_ctrl()
214 tif = setguest ? ssbd_spec_ctrl_to_tif(guestval) : in x86_virt_spec_ctrl()