Home
last modified time | relevance | path

Searched refs:MSR_IA32_SPEC_CTRL (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/xen/
H A Dsuspend.c42 wrmsrl(MSR_IA32_SPEC_CTRL, this_cpu_read(spec_ctrl)); in xen_vcpu_notify_restore()
58 rdmsrl(MSR_IA32_SPEC_CTRL, tmp); in xen_vcpu_notify_suspend()
60 wrmsrl(MSR_IA32_SPEC_CTRL, 0); in xen_vcpu_notify_suspend()
/linux/arch/x86/include/asm/
H A Dspec-ctrl.h87 native_wrmsrl(MSR_IA32_SPEC_CTRL, val); in __update_spec_ctrl()
/linux/arch/x86/kvm/svm/
H A Dvmenter.S58 mov $MSR_IA32_SPEC_CTRL, %ecx
74 mov $MSR_IA32_SPEC_CTRL, %ecx
/linux/arch/x86/entry/
H A Dcalling.h307 movl $MSR_IA32_SPEC_CTRL, %ecx
336 movl $MSR_IA32_SPEC_CTRL, %ecx
/linux/arch/x86/kvm/vmx/
H A Dvmenter.S126 mov $MSR_IA32_SPEC_CTRL, %ecx
/linux/arch/x86/power/
H A Dcpu.c484 { MSR_IA32_SPEC_CTRL, X86_FEATURE_MSR_SPEC_CTRL }, in pm_save_spec_msr()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h70 #define MSR_IA32_SPEC_CTRL 0x00000048 /* Speculation Control */ macro