Home
last modified time | relevance | path

Searched refs:MSR_FS_BASE (Results 1 – 7 of 7) sorted by relevance

/arch/x86/power/
Dcpu.c90 rdmsrl(MSR_FS_BASE, ctxt->fs_base); in __save_processor_state()
215 wrmsrl(MSR_FS_BASE, ctxt->fs_base); in __restore_processor_state()
/arch/x86/kernel/
Dprocess_64.c87 rdmsrl(MSR_FS_BASE, fs); in __show_regs()
345 wrmsrl(MSR_FS_BASE, next->fs); in __switch_to()
506 ret = checking_wrmsrl(MSR_FS_BASE, addr); in do_arch_prctl()
516 rdmsrl(MSR_FS_BASE, base); in do_arch_prctl()
/arch/x86/include/asm/
Dmsr-index.h12 #define MSR_FS_BASE 0xc0000100 /* 64bit FS base */ macro
/arch/x86/kernel/cpu/
Dcommon.c1215 wrmsrl(MSR_FS_BASE, 0); in cpu_init()
/arch/x86/xen/
Denlighten.c982 case MSR_FS_BASE: which = SEGBASE_FS; goto set; in xen_write_msr_safe()
/arch/x86/kvm/
Dvmx.c1414 vmcs_writel(HOST_FS_BASE, read_msr(MSR_FS_BASE)); in vmx_save_host_state()
2107 case MSR_FS_BASE: in vmx_get_msr()
2167 case MSR_FS_BASE: in vmx_set_msr()
3758 rdmsrl(MSR_FS_BASE, a); in vmx_vcpu_setup()
7239 vmx_disable_intercept_for_msr(MSR_FS_BASE, false);
Dsvm.c76 MSR_FS_BASE,
167 { .index = MSR_FS_BASE, .always = true },