Searched refs:MSR_GS_BASE (Results 1 – 14 of 14) sorted by relevance
/arch/x86/xen/ |
D | xen-head.S | 61 movl $MSR_GS_BASE,%ecx
|
D | enlighten_pv.c | 1063 case MSR_GS_BASE: in xen_do_write_msr()
|
/arch/x86/power/ |
D | cpu.c | 113 rdmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __save_processor_state() 233 wrmsrl(MSR_GS_BASE, ctxt->kernelmode_gs_base); in __restore_processor_state()
|
/arch/x86/platform/pvh/ |
D | head.S | 98 mov $MSR_GS_BASE,%ecx
|
/arch/x86/kernel/ |
D | head_64.S | 75 movl $MSR_GS_BASE, %ecx 370 movl $MSR_GS_BASE,%ecx
|
D | process_64.c | 110 rdmsrl(MSR_GS_BASE, gs); in __show_regs()
|
/arch/x86/include/asm/ |
D | msr-index.h | 16 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
|
/arch/x86/entry/ |
D | entry_64.S | 960 movl $MSR_GS_BASE, %ecx
|
/arch/x86/lib/ |
D | insn-eval.c | 714 rdmsrl(MSR_GS_BASE, base); in insn_get_seg_base()
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 172 MSR_GS_BASE, 2003 case MSR_GS_BASE: in vmx_get_msr() 2189 case MSR_GS_BASE: in vmx_set_msr() 7523 vmx_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in vmx_vcpu_create()
|
D | nested.c | 650 MSR_GS_BASE, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap() 874 CC(e->index == MSR_GS_BASE) || in nested_vmx_load_msr_check()
|
/arch/x86/kernel/cpu/ |
D | common.c | 765 wrmsrl(MSR_GS_BASE, cpu_kernelmode_gs_base(cpu)); in switch_gdt_and_percpu_base()
|
/arch/x86/kvm/svm/ |
D | svm.c | 92 { .index = MSR_GS_BASE, .always = true },
|
/arch/x86/kvm/ |
D | x86.c | 1850 case MSR_GS_BASE: in __kvm_set_msr()
|