Searched refs:MSR_GS_BASE (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/x86/power/ |
D | cpu.c | 95 rdmsrl(MSR_GS_BASE, ctxt->gs_base); in __save_processor_state() 222 wrmsrl(MSR_GS_BASE, ctxt->gs_base); in __restore_processor_state()
|
/linux-4.4.14/Documentation/x86/ |
D | entry_64.txt | 69 The expensive (paranoid) way is to read back the MSR_GS_BASE value 73 movl $MSR_GS_BASE,%ecx
|
/linux-4.4.14/arch/x86/include/asm/ |
D | msr-index.h | 13 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
|
/linux-4.4.14/arch/x86/kernel/ |
D | head_64.S | 258 movl $MSR_GS_BASE,%ecx
|
D | process_64.c | 87 rdmsrl(MSR_GS_BASE, gs); in __show_regs()
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_64.S | 1005 movl $MSR_GS_BASE, %ecx
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | common.c | 377 wrmsrl(MSR_GS_BASE, (unsigned long)per_cpu(irq_stack_union.gs_base, cpu)); in load_percpu_segment()
|
/linux-4.4.14/arch/x86/xen/ |
D | enlighten.c | 1066 case MSR_GS_BASE: which = SEGBASE_GS_KERNEL; goto set; in xen_write_msr_safe()
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 1921 vmcs_writel(HOST_GS_BASE, read_msr(MSR_GS_BASE)); in vmx_save_host_state() 2792 case MSR_GS_BASE: in vmx_get_msr() 2873 case MSR_GS_BASE: in vmx_set_msr() 4826 rdmsrl(MSR_GS_BASE, a); in vmx_vcpu_setup() 6244 vmx_disable_intercept_for_msr(MSR_GS_BASE, false); in hardware_setup() 9362 e->index == MSR_GS_BASE || in nested_vmx_load_msr_check()
|
D | svm.c | 177 { .index = MSR_GS_BASE, .always = true }, 1225 rdmsrl(MSR_GS_BASE, to_svm(vcpu)->host.gs_base); in svm_vcpu_load() 3880 wrmsrl(MSR_GS_BASE, svm->host.gs_base); in svm_vcpu_run()
|
D | x86.c | 1044 case MSR_GS_BASE: in kvm_set_msr()
|