Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_svm_test.c
H A Duserspace_msr_exit_test.c
H A Dhyperv_evmcs.c
/linux/arch/x86/include/asm/
H A Dfsgsbase.h63 rdmsrl(MSR_FS_BASE, fsbase); in x86_fsbase_read_cpu()
73 wrmsrl(MSR_FS_BASE, fsbase); in x86_fsbase_write_cpu()
/linux/arch/x86/power/
H A Dcpu.c112 rdmsrl(MSR_FS_BASE, ctxt->fs_base); in __save_processor_state()
256 wrmsrl(MSR_FS_BASE, ctxt->fs_base); in __restore_processor_state()
/linux/arch/x86/kernel/
H A Dprocess_64.c98 rdmsrl(MSR_FS_BASE, fs); in __show_regs()
110 rdmsrl(MSR_FS_BASE, fs); in __show_regs()
356 wrmsrl(which == FS ? MSR_FS_BASE : MSR_KERNEL_GS_BASE, in load_seg_legacy()
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h15 #define MSR_FS_BASE 0xc0000100 /* 64bit FS base */ macro
/linux/arch/x86/lib/
H A Dinsn-eval.c705 rdmsrl(MSR_FS_BASE, base); in insn_get_seg_base()