Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/power/
Dcpu.c112 rdmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __save_processor_state()
234 wrmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __restore_processor_state()
/Linux-v4.19/arch/x86/xen/
Dxen-head.S48 movl $MSR_GS_BASE,%ecx
Dxen-pvh.S109 mov $MSR_GS_BASE,%ecx
Denlighten_pv.c924 case MSR_GS_BASE: which = SEGBASE_GS_KERNEL; goto set; in xen_write_msr_safe()
/Linux-v4.19/Documentation/x86/
Dentry_64.txt69 The expensive (paranoid) way is to read back the MSR_GS_BASE value
73 movl $MSR_GS_BASE,%ecx
/Linux-v4.19/arch/x86/kernel/
Dhead_64.S203 movl $MSR_GS_BASE,%ecx
Dprocess_64.c108 rdmsrl(MSR_GS_BASE, gs); in __show_regs()
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c195 vmwrite(HOST_GS_BASE, rdmsr(MSR_GS_BASE)); in init_vmcs_host_state()
/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h19 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h336 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
/Linux-v4.19/arch/x86/entry/
Dentry_64.S1182 movl $MSR_GS_BASE, %ecx
/Linux-v4.19/arch/x86/kernel/cpu/
Dcommon.c500 wrmsrl(MSR_GS_BASE, cpu_kernelmode_gs_base(cpu)); in load_percpu_segment()
/Linux-v4.19/arch/x86/kvm/
Dsvm.c284 { .index = MSR_GS_BASE, .always = true },
2219 rdmsrl(MSR_GS_BASE, to_svm(vcpu)->host.gs_base); in svm_vcpu_load()
5698 wrmsrl(MSR_GS_BASE, svm->host.gs_base); in svm_vcpu_run()
Dvmx.c4075 case MSR_GS_BASE: in vmx_get_msr()
4174 case MSR_GS_BASE: in vmx_set_msr()
11035 vmx_disable_intercept_for_msr(msr_bitmap, MSR_GS_BASE, MSR_TYPE_RW); in vmx_create_vcpu()
11819 e->index == MSR_GS_BASE || in nested_vmx_load_msr_check()
Dx86.c1218 case MSR_GS_BASE: in kvm_set_msr()