spec_ctrl          62 arch/x86/include/asm/spec-ctrl.h static inline unsigned long ssbd_spec_ctrl_to_tif(u64 spec_ctrl)
spec_ctrl          65 arch/x86/include/asm/spec-ctrl.h 	return (spec_ctrl & SPEC_CTRL_SSBD) << (TIF_SSBD - SPEC_CTRL_SSBD_SHIFT);
spec_ctrl          68 arch/x86/include/asm/spec-ctrl.h static inline unsigned long stibp_spec_ctrl_to_tif(u64 spec_ctrl)
spec_ctrl          71 arch/x86/include/asm/spec-ctrl.h 	return (spec_ctrl & SPEC_CTRL_STIBP) << (TIF_SPEC_IB - SPEC_CTRL_STIBP_SHIFT);
spec_ctrl         209 arch/x86/kvm/svm.c 	u64 spec_ctrl;
spec_ctrl        2145 arch/x86/kvm/svm.c 	svm->spec_ctrl = 0;
spec_ctrl        4237 arch/x86/kvm/svm.c 		msr_info->data = svm->spec_ctrl;
spec_ctrl        4326 arch/x86/kvm/svm.c 		svm->spec_ctrl = data;
spec_ctrl        5700 arch/x86/kvm/svm.c 	x86_spec_ctrl_set_guest(svm->spec_ctrl, svm->virt_spec_ctrl);
spec_ctrl        5822 arch/x86/kvm/svm.c 		svm->spec_ctrl = native_read_msr(MSR_IA32_SPEC_CTRL);
spec_ctrl        5828 arch/x86/kvm/svm.c 	x86_spec_ctrl_restore_host(svm->spec_ctrl, svm->virt_spec_ctrl);
spec_ctrl        1781 arch/x86/kvm/vmx/vmx.c 		msr_info->data = to_vmx(vcpu)->spec_ctrl;
spec_ctrl        1968 arch/x86/kvm/vmx/vmx.c 		vmx->spec_ctrl = data;
spec_ctrl        4261 arch/x86/kvm/vmx/vmx.c 	vmx->spec_ctrl = 0;
spec_ctrl        6551 arch/x86/kvm/vmx/vmx.c 	x86_spec_ctrl_set_guest(vmx->spec_ctrl, 0);
spec_ctrl        6583 arch/x86/kvm/vmx/vmx.c 		vmx->spec_ctrl = native_read_msr(MSR_IA32_SPEC_CTRL);
spec_ctrl        6585 arch/x86/kvm/vmx/vmx.c 	x86_spec_ctrl_restore_host(vmx->spec_ctrl, 0);
spec_ctrl         215 arch/x86/kvm/vmx/vmx.h 	u64		      spec_ctrl;
spec_ctrl          21 arch/x86/xen/suspend.c static DEFINE_PER_CPU(u64, spec_ctrl);
spec_ctrl          44 arch/x86/xen/suspend.c 		wrmsrl(MSR_IA32_SPEC_CTRL, this_cpu_read(spec_ctrl));
spec_ctrl          61 arch/x86/xen/suspend.c 		this_cpu_write(spec_ctrl, tmp);