Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/power/
Dcpu.c95 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/
Dentry_64.txt69 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/
Dmsr-index.h13 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
/linux-4.4.14/arch/x86/kernel/
Dhead_64.S258 movl $MSR_GS_BASE,%ecx
Dprocess_64.c87 rdmsrl(MSR_GS_BASE, gs); in __show_regs()
/linux-4.4.14/arch/x86/entry/
Dentry_64.S1005 movl $MSR_GS_BASE, %ecx
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c377 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/
Denlighten.c1066 case MSR_GS_BASE: which = SEGBASE_GS_KERNEL; goto set; in xen_write_msr_safe()
/linux-4.4.14/arch/x86/kvm/
Dvmx.c1921 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()
Dsvm.c177 { .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()
Dx86.c1044 case MSR_GS_BASE: in kvm_set_msr()