Searched refs:spec_ctrl (Results 1 – 14 of 14) 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()
350 u64 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()
38 * spec_ctrl
23 spec_ctrl
25 Please see document: :ref:`Documentation/userspace-api/spec_ctrl.rst
523 :ref:`Documentation/userspace-api/spec_ctrl.rst <set_spec_ctrl>`).659 (See :ref:`Documentation/userspace-api/spec_ctrl.rst <set_spec_ctrl>`).666 (See :ref:`Documentation/userspace-api/spec_ctrl.rst <set_spec_ctrl>`).
281 u64 spec_ctrl; member
2026 msr_info->data = to_vmx(vcpu)->spec_ctrl; in vmx_get_msr()2289 vmx->spec_ctrl = data; in vmx_set_msr()4866 vmx->spec_ctrl = 0; in vmx_vcpu_reset()7203 vmx->spec_ctrl = __rdmsr(MSR_IA32_SPEC_CTRL); in vmx_spec_ctrl_restore_host()7213 vmx->spec_ctrl != hostval) in vmx_spec_ctrl_restore_host()
222 u64 spec_ctrl; member
1415 svm->spec_ctrl = 0; in svm_vcpu_reset()2915 msr_info->data = svm->vmcb->save.spec_ctrl; in svm_get_msr()2917 msr_info->data = svm->spec_ctrl; in svm_get_msr()3047 svm->vmcb->save.spec_ctrl = data; in svm_set_msr()3049 svm->spec_ctrl = data; in svm_set_msr()
780 to_vmcb->save.spec_ctrl = from_vmcb->save.spec_ctrl; in nested_svm_copy_common_state()
176 u64 spec_ctrl = spec_ctrl_current(); in intel_idle_ibrs() local185 native_wrmsrl(MSR_IA32_SPEC_CTRL, spec_ctrl); in intel_idle_ibrs()