Searched refs:spec_ctrl (Results 1 – 13 of 13) sorted by relevance
62 static inline unsigned long ssbd_spec_ctrl_to_tif(u64 spec_ctrl) in ssbd_spec_ctrl_to_tif() argument65 return (spec_ctrl & SPEC_CTRL_SSBD) << (TIF_SSBD - SPEC_CTRL_SSBD_SHIFT); in ssbd_spec_ctrl_to_tif()68 static inline unsigned long stibp_spec_ctrl_to_tif(u64 spec_ctrl) in stibp_spec_ctrl_to_tif() argument71 return (spec_ctrl & SPEC_CTRL_STIBP) << (TIF_SPEC_IB - SPEC_CTRL_STIBP_SHIFT); in stibp_spec_ctrl_to_tif()
332 u32 spec_ctrl; /* Guest version of SPEC_CTRL at 0x2E0 */ member
21 static DEFINE_PER_CPU(u64, spec_ctrl);44 wrmsrl(MSR_IA32_SPEC_CTRL, this_cpu_read(spec_ctrl)); in xen_vcpu_notify_restore()61 this_cpu_write(spec_ctrl, tmp); in xen_vcpu_notify_suspend()
19 OFFSET(SVM_spec_ctrl, vcpu_svm, spec_ctrl); in common()27 OFFSET(VMX_spec_ctrl, vcpu_vmx, spec_ctrl); in common()
23 spec_ctrl
25 Please see document: :ref:`Documentation/userspace-api/spec_ctrl.rst
509 (See :ref:`Documentation/userspace-api/spec_ctrl.rst <set_spec_ctrl>`).645 (See :ref:`Documentation/userspace-api/spec_ctrl.rst <set_spec_ctrl>`).652 (See :ref:`Documentation/userspace-api/spec_ctrl.rst <set_spec_ctrl>`).
293 u64 spec_ctrl; member
1901 msr_info->data = to_vmx(vcpu)->spec_ctrl; in vmx_get_msr()2166 vmx->spec_ctrl = data; in vmx_set_msr()4741 vmx->spec_ctrl = 0; in vmx_vcpu_reset()7040 vmx->spec_ctrl = __rdmsr(MSR_IA32_SPEC_CTRL); in vmx_spec_ctrl_restore_host()7050 vmx->spec_ctrl != hostval) in vmx_spec_ctrl_restore_host()
221 u64 spec_ctrl; member
1336 svm->spec_ctrl = 0; in svm_vcpu_reset()2782 msr_info->data = svm->vmcb->save.spec_ctrl; in svm_get_msr()2784 msr_info->data = svm->spec_ctrl; in svm_get_msr()2912 svm->vmcb->save.spec_ctrl = data; in svm_set_msr()2914 svm->spec_ctrl = data; in svm_set_msr()
753 to_vmcb->save.spec_ctrl = from_vmcb->save.spec_ctrl; in nested_svm_copy_common_state()
186 u64 spec_ctrl = spec_ctrl_current(); in intel_idle_ibrs() local195 wrmsrl(MSR_IA32_SPEC_CTRL, spec_ctrl); in intel_idle_ibrs()