Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
A Dbugs.c167 u64 msrval, guestval, hostval = x86_spec_ctrl_base; in x86_virt_spec_ctrl() local
177 guestval = hostval & ~x86_spec_ctrl_mask; in x86_virt_spec_ctrl()
183 hostval |= ssbd_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
187 hostval |= stibp_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
189 if (hostval != guestval) { in x86_virt_spec_ctrl()
190 msrval = setguest ? guestval : hostval; in x86_virt_spec_ctrl()
209 hostval = SPEC_CTRL_SSBD; in x86_virt_spec_ctrl()
211 hostval = ssbd_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
216 if (hostval != guestval) { in x86_virt_spec_ctrl()
220 ssbd_spec_ctrl_to_tif(hostval); in x86_virt_spec_ctrl()

Completed in 6 milliseconds