Home
last modified time | relevance | path

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

/arch/x86/power/
Dcpu.c114 rdmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __save_processor_state()
232 wrmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __restore_processor_state()
287 wrmsrl(MSR_GS_BASE, saved_context.kernelmode_gs_base); in restore_processor_state()
/arch/x86/xen/
Dxen-head.S52 movl $MSR_GS_BASE,%ecx
Denlighten_pv.c922 case MSR_GS_BASE: which = SEGBASE_GS_KERNEL; goto set; in xen_write_msr_safe()
/arch/x86/platform/pvh/
Dhead.S98 mov $MSR_GS_BASE,%ecx
/arch/x86/kernel/
Dhead_64.S201 movl $MSR_GS_BASE,%ecx
Dprocess_64.c109 rdmsrl(MSR_GS_BASE, gs); in __show_regs()
/arch/x86/include/asm/
Dmsr-index.h21 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
/arch/x86/entry/
Dentry_64.S1227 movl $MSR_GS_BASE, %ecx
/arch/x86/kernel/cpu/
Dcommon.c578 wrmsrl(MSR_GS_BASE, cpu_kernelmode_gs_base(cpu)); in load_percpu_segment()
/arch/x86/kvm/
Dsvm.c281 { .index = MSR_GS_BASE, .always = true },
2337 rdmsrl(MSR_GS_BASE, to_svm(vcpu)->host.gs_base); in svm_vcpu_load()
5815 wrmsrl(MSR_GS_BASE, svm->host.gs_base); in svm_vcpu_run()
Dx86.c1524 case MSR_GS_BASE: in __kvm_set_msr()
/arch/x86/kvm/vmx/
Dvmx.c1862 case MSR_GS_BASE: in vmx_get_msr()
2009 case MSR_GS_BASE: in vmx_set_msr()
6834 vmx_disable_intercept_for_msr(msr_bitmap, MSR_GS_BASE, MSR_TYPE_RW); in vmx_create_vcpu()
Dnested.c624 MSR_GS_BASE, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap()
864 CC(e->index == MSR_GS_BASE) || in nested_vmx_load_msr_check()