Searched refs:MSR_FS_BASE (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/x86/power/ |
D | cpu.c | 94 rdmsrl(MSR_FS_BASE, ctxt->fs_base); in __save_processor_state() 221 wrmsrl(MSR_FS_BASE, ctxt->fs_base); in __restore_processor_state()
|
/linux-4.4.14/arch/x86/kernel/ |
D | process_64.c | 86 rdmsrl(MSR_FS_BASE, fs); in __show_regs() 384 wrmsrl(MSR_FS_BASE, next->fs); in __switch_to() 560 ret = wrmsrl_safe(MSR_FS_BASE, addr); in do_arch_prctl() 570 rdmsrl(MSR_FS_BASE, base); in do_arch_prctl()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | msr-index.h | 12 #define MSR_FS_BASE 0xc0000100 /* 64bit FS base */ macro
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | common.c | 1375 wrmsrl(MSR_FS_BASE, 0); in cpu_init()
|
/linux-4.4.14/arch/x86/xen/ |
D | enlighten.c | 1064 case MSR_FS_BASE: which = SEGBASE_FS; goto set; in xen_write_msr_safe()
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 1920 vmcs_writel(HOST_FS_BASE, read_msr(MSR_FS_BASE)); in vmx_save_host_state() 2789 case MSR_FS_BASE: in vmx_get_msr() 2869 case MSR_FS_BASE: in vmx_set_msr() 4824 rdmsrl(MSR_FS_BASE, a); in vmx_vcpu_setup() 6243 vmx_disable_intercept_for_msr(MSR_FS_BASE, false); in hardware_setup() 9361 if (e->index == MSR_FS_BASE || in nested_vmx_load_msr_check()
|
D | svm.c | 86 MSR_FS_BASE, 178 { .index = MSR_FS_BASE, .always = true },
|
D | x86.c | 1043 case MSR_FS_BASE: in kvm_set_msr()
|