Searched refs:MSR_GS_BASE (Results 1 – 9 of 9) sorted by relevance
/arch/x86/power/ |
D | cpu_64.c | 60 rdmsrl(MSR_GS_BASE, ctxt->gs_base); in __save_processor_state() 123 wrmsrl(MSR_GS_BASE, ctxt->gs_base); in __restore_processor_state()
|
/arch/x86/include/asm/ |
D | msr-index.h | 13 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
|
/arch/x86/kernel/ |
D | head_64.S | 233 movl $MSR_GS_BASE,%ecx
|
D | process_64.c | 189 rdmsrl(MSR_GS_BASE, gs); in __show_regs()
|
D | entry_64.S | 394 movl $MSR_GS_BASE,%ecx
|
/arch/x86/kvm/ |
D | vmx.c | 576 vmcs_writel(HOST_GS_BASE, read_msr(MSR_GS_BASE)); in vmx_save_host_state() 612 wrmsrl(MSR_GS_BASE, vmcs_readl(HOST_GS_BASE)); in __vmx_load_host_state() 887 case MSR_GS_BASE: in vmx_get_msr() 939 case MSR_GS_BASE: in vmx_set_msr() 2178 rdmsrl(MSR_GS_BASE, a); in vmx_vcpu_setup() 3682 vmx_disable_intercept_for_msr(vmx_msr_bitmap, MSR_GS_BASE);
|
D | svm.c | 365 set_msr_interception(msrpm, MSR_GS_BASE, 1, 1); in svm_vcpu_init_msrpm() 926 wrmsrl(MSR_GS_BASE, to_svm(vcpu)->host_gs_base); in load_host_msrs() 933 rdmsrl(MSR_GS_BASE, to_svm(vcpu)->host_gs_base); in save_host_msrs()
|
/arch/x86/kernel/cpu/ |
D | common.c | 896 wrmsrl(MSR_GS_BASE, pda); in pda_init()
|
/arch/x86/xen/ |
D | enlighten.c | 804 case MSR_GS_BASE: which = SEGBASE_GS_KERNEL; goto set; in xen_write_msr_safe()
|