Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dfsgsbase.h63 rdmsrl(MSR_FS_BASE, fsbase); in x86_fsbase_read_cpu()
73 wrmsrl(MSR_FS_BASE, fsbase); in x86_fsbase_write_cpu()
Dmsr-index.h20 #define MSR_FS_BASE 0xc0000100 /* 64bit FS base */ macro
/arch/x86/power/
Dcpu.c111 rdmsrl(MSR_FS_BASE, ctxt->fs_base); in __save_processor_state()
255 wrmsrl(MSR_FS_BASE, ctxt->fs_base); in __restore_processor_state()
/arch/x86/kernel/
Dprocess_64.c96 rdmsrl(MSR_FS_BASE, fs); in __show_regs()
108 rdmsrl(MSR_FS_BASE, fs); in __show_regs()
331 wrmsrl(which == FS ? MSR_FS_BASE : MSR_KERNEL_GS_BASE, in load_seg_legacy()
/arch/x86/kernel/cpu/
Dcommon.c1530 rdmsrl(MSR_FS_BASE, old_base); in detect_null_seg_behavior()
1531 wrmsrl(MSR_FS_BASE, 1); in detect_null_seg_behavior()
1533 rdmsrl(MSR_FS_BASE, tmp); in detect_null_seg_behavior()
1534 wrmsrl(MSR_FS_BASE, old_base); in detect_null_seg_behavior()
2133 wrmsrl(MSR_FS_BASE, 0); in cpu_init()
/arch/x86/lib/
Dinsn-eval.c706 rdmsrl(MSR_FS_BASE, base); in insn_get_seg_base()
/arch/x86/xen/
Denlighten_pv.c939 case MSR_FS_BASE: which = SEGBASE_FS; goto set; in xen_write_msr_safe()
/arch/x86/kvm/vmx/
Dvmx.c161 MSR_FS_BASE,
1229 fs_base = read_msr(MSR_FS_BASE); in vmx_prepare_switch_to_guest()
1855 case MSR_FS_BASE: in vmx_get_msr()
2040 case MSR_FS_BASE: in vmx_set_msr()
7014 vmx_disable_intercept_for_msr(vcpu, MSR_FS_BASE, MSR_TYPE_RW); in vmx_create_vcpu()
Dnested.c675 MSR_FS_BASE, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap()
890 if (CC(e->index == MSR_FS_BASE) || in nested_vmx_load_msr_check()
/arch/x86/kvm/svm/
Dsvm.c100 { .index = MSR_FS_BASE, .always = true },
/arch/x86/kvm/
Dx86.c1726 case MSR_FS_BASE: in __kvm_set_msr()