Searched refs:MSR_FS_BASE (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/x86/power/ |
D | cpu.c | 95 rdmsrl(MSR_FS_BASE, ctxt->fs_base); in __save_processor_state() 220 wrmsrl(MSR_FS_BASE, ctxt->fs_base); in __restore_processor_state()
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_64.c | 87 rdmsrl(MSR_FS_BASE, fs); in __show_regs() 381 wrmsrl(MSR_FS_BASE, next->fs); in __switch_to() 624 ret = wrmsrl_safe(MSR_FS_BASE, addr); in do_arch_prctl() 634 rdmsrl(MSR_FS_BASE, base); in do_arch_prctl()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | msr-index.h | 12 #define MSR_FS_BASE 0xc0000100 /* 64bit FS base */ macro
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | common.c | 1397 wrmsrl(MSR_FS_BASE, 0); in cpu_init()
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 1060 case MSR_FS_BASE: which = SEGBASE_FS; goto set; in xen_write_msr_safe()
|
/linux-4.1.27/arch/x86/kvm/ |
D | vmx.c | 1846 vmcs_writel(HOST_FS_BASE, read_msr(MSR_FS_BASE)); in vmx_save_host_state() 2655 case MSR_FS_BASE: in vmx_get_msr() 2736 case MSR_FS_BASE: in vmx_set_msr() 4673 rdmsrl(MSR_FS_BASE, a); in vmx_vcpu_setup() 6155 vmx_disable_intercept_for_msr(MSR_FS_BASE, false); in hardware_setup() 8964 if (e->index == MSR_FS_BASE || in nested_vmx_load_msr_check()
|
D | svm.c | 85 MSR_FS_BASE, 176 { .index = MSR_FS_BASE, .always = true },
|
D | x86.c | 1017 case MSR_FS_BASE: in kvm_set_msr()
|