Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dspec-ctrl.h63 static inline unsigned long ssbd_spec_ctrl_to_tif(u64 spec_ctrl) in ssbd_spec_ctrl_to_tif() argument
66 return (spec_ctrl & SPEC_CTRL_SSBD) << (TIF_SSBD - SPEC_CTRL_SSBD_SHIFT); in ssbd_spec_ctrl_to_tif()
69 static inline unsigned long stibp_spec_ctrl_to_tif(u64 spec_ctrl) in stibp_spec_ctrl_to_tif() argument
72 return (spec_ctrl & SPEC_CTRL_STIBP) << (TIF_SPEC_IB - SPEC_CTRL_STIBP_SHIFT); in stibp_spec_ctrl_to_tif()
H A Dsvm.h353 u64 spec_ctrl; /* Guest version of SPEC_CTRL at 0x2E0 */ member
/linux/arch/x86/xen/
H A Dsuspend.c19 static DEFINE_PER_CPU(u64, spec_ctrl);
42 wrmsrl(MSR_IA32_SPEC_CTRL, this_cpu_read(spec_ctrl)); in xen_vcpu_notify_restore()
59 this_cpu_write(spec_ctrl, tmp); in xen_vcpu_notify_suspend()
/linux/arch/x86/kvm/
H A Dkvm-asm-offsets.c19 OFFSET(SVM_spec_ctrl, vcpu_svm, spec_ctrl); in common()
27 OFFSET(VMX_spec_ctrl, vcpu_vmx, spec_ctrl); in common()
/linux/Documentation/translations/zh_CN/userspace-api/
H A Dindex.rst35 * spec_ctrl
/linux/Documentation/userspace-api/
H A Dindex.rst36 spec_ctrl
/linux/Documentation/admin-guide/hw-vuln/
H A Dl1d_flush.rst25 Please see document: :ref:`Documentation/userspace-api/spec_ctrl.rst
H A Dspectre.rst543 :ref:`Documentation/userspace-api/spec_ctrl.rst <set_spec_ctrl>`).
625 (See :ref:`Documentation/userspace-api/spec_ctrl.rst <set_spec_ctrl>`).
632 (See :ref:`Documentation/userspace-api/spec_ctrl.rst <set_spec_ctrl>`).
/linux/arch/x86/kvm/vmx/
H A Dvmx.h282 u64 spec_ctrl; member
/linux/drivers/idle/
H A Dintel_idle.c182 u64 spec_ctrl = spec_ctrl_current(); in intel_idle_ibrs() local
191 __update_spec_ctrl(spec_ctrl); in intel_idle_ibrs()
/linux/arch/x86/kvm/svm/
H A Dsvm.h259 u64 spec_ctrl; member
H A Dsvm.c1407 svm->spec_ctrl = 0; in svm_vcpu_reset()
2935 msr_info->data = svm->vmcb->save.spec_ctrl; in svm_get_msr()
2937 msr_info->data = svm->spec_ctrl; in svm_get_msr()
3071 svm->vmcb->save.spec_ctrl = data; in svm_set_msr()
3073 svm->spec_ctrl = data; in svm_set_msr()
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv266 …7, 0, edx, 26, spec_ctrl , Speculation Control (IBRS/IBPB: indirect …