Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dbugs.c188 u64 guestval, hostval; in x86_virt_spec_ctrl() local
205 hostval = SPEC_CTRL_SSBD; in x86_virt_spec_ctrl()
207 hostval = ssbd_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
212 if (hostval != guestval) { in x86_virt_spec_ctrl()
216 ssbd_spec_ctrl_to_tif(hostval); in x86_virt_spec_ctrl()