Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dfsgsbase.h28 rdmsrl(MSR_FS_BASE, fsbase); in x86_fsbase_read_cpu()
44 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.c113 rdmsrl(MSR_FS_BASE, ctxt->fs_base); in __save_processor_state()
256 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()
268 wrmsrl(which == FS ? MSR_FS_BASE : MSR_KERNEL_GS_BASE, in load_seg_legacy()
/arch/x86/kernel/cpu/
Dcommon.c1466 rdmsrl(MSR_FS_BASE, old_base); in detect_null_seg_behavior()
1467 wrmsrl(MSR_FS_BASE, 1); in detect_null_seg_behavior()
1469 rdmsrl(MSR_FS_BASE, tmp); in detect_null_seg_behavior()
1470 wrmsrl(MSR_FS_BASE, old_base); in detect_null_seg_behavior()
2035 wrmsrl(MSR_FS_BASE, 0); in cpu_init()
/arch/x86/lib/
Dinsn-eval.c658 rdmsrl(MSR_FS_BASE, base); in insn_get_seg_base()
/arch/x86/xen/
Denlighten_pv.c920 case MSR_FS_BASE: which = SEGBASE_FS; goto set; in xen_write_msr_safe()
/arch/x86/kvm/vmx/
Dvmx.c1238 fs_base = read_msr(MSR_FS_BASE); in vmx_prepare_switch_to_guest()
1859 case MSR_FS_BASE: in vmx_get_msr()
2005 case MSR_FS_BASE: in vmx_set_msr()
6833 vmx_disable_intercept_for_msr(msr_bitmap, MSR_FS_BASE, MSR_TYPE_RW); in vmx_create_vcpu()
Dnested.c621 MSR_FS_BASE, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap()
863 if (CC(e->index == MSR_FS_BASE) || in nested_vmx_load_msr_check()
/arch/x86/kvm/
Dsvm.c122 MSR_FS_BASE,
282 { .index = MSR_FS_BASE, .always = true },
Dx86.c1523 case MSR_FS_BASE: in __kvm_set_msr()