Searched refs:fs_base (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/um/shared/sysdep/ |
| H A D | stub-data.h | 18 unsigned long fs_base; member
|
| H A D | stub_64.h | 147 stub_syscall2(__NR_arch_prctl, ARCH_SET_FS, arch->fs_base); in stub_seccomp_restore_state()
|
| /linux/arch/x86/include/asm/ |
| H A D | user_64.h | 91 unsigned long fs_base; member
|
| /linux/arch/x86/power/ |
| H A D | cpu.c | 114 rdmsrq(MSR_FS_BASE, ctxt->fs_base); in __save_processor_state() 271 wrmsrq(MSR_FS_BASE, ctxt->fs_base); in __restore_processor_state()
|
| /linux/arch/x86/kernel/ |
| H A D | ptrace.c | 390 case offsetof(struct user_regs_struct,fs_base): in putreg() 422 case offsetof(struct user_regs_struct, fs_base): in getreg()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 1310 unsigned long fs_base, unsigned long gs_base) in vmx_set_host_fs_gs() argument 1326 if (unlikely(fs_base != host->fs_base)) { in vmx_set_host_fs_gs() 1327 vmcs_writel(HOST_FS_BASE, fs_base); in vmx_set_host_fs_gs() 1328 host->fs_base = fs_base; in vmx_set_host_fs_gs() 1344 unsigned long fs_base, gs_base; in vmx_prepare_switch_to_guest() local 1388 fs_base = current->thread.fsbase; in vmx_prepare_switch_to_guest() 1393 fs_base = read_msr(MSR_FS_BASE); in vmx_prepare_switch_to_guest() 1401 fs_base = segment_base(fs_sel); in vmx_prepare_switch_to_guest() 1405 vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_base); in vmx_prepare_switch_to_guest()
|
| H A D | vmx.h | 350 unsigned long fs_base, unsigned long gs_base);
|