hostval           157 arch/x86/kernel/cpu/bugs.c 	u64 msrval, guestval, hostval = x86_spec_ctrl_base;
hostval           167 arch/x86/kernel/cpu/bugs.c 		guestval = hostval & ~x86_spec_ctrl_mask;
hostval           173 arch/x86/kernel/cpu/bugs.c 			hostval |= ssbd_tif_to_spec_ctrl(ti->flags);
hostval           177 arch/x86/kernel/cpu/bugs.c 			hostval |= stibp_tif_to_spec_ctrl(ti->flags);
hostval           179 arch/x86/kernel/cpu/bugs.c 		if (hostval != guestval) {
hostval           180 arch/x86/kernel/cpu/bugs.c 			msrval = setguest ? guestval : hostval;
hostval           199 arch/x86/kernel/cpu/bugs.c 		hostval = SPEC_CTRL_SSBD;
hostval           201 arch/x86/kernel/cpu/bugs.c 		hostval = ssbd_tif_to_spec_ctrl(ti->flags);
hostval           206 arch/x86/kernel/cpu/bugs.c 	if (hostval != guestval) {
hostval           210 arch/x86/kernel/cpu/bugs.c 				 ssbd_spec_ctrl_to_tif(hostval);