Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dsuspend_64.h39 unsigned long kernelmode_gs_base, usermode_gs_base, fs_base; member
A Duser_64.h91 unsigned long fs_base; member
/linux-6.3-rc2/arch/x86/power/
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-6.3-rc2/arch/x86/kvm/vmx/
A Dvmcs.h38 unsigned long fs_base; member
A Dvmx.c1229 unsigned long fs_base, unsigned long gs_base) in vmx_set_host_fs_gs() argument
1245 if (unlikely(fs_base != host->fs_base)) { in vmx_set_host_fs_gs()
1246 vmcs_writel(HOST_FS_BASE, fs_base); in vmx_set_host_fs_gs()
1247 host->fs_base = fs_base; in vmx_set_host_fs_gs()
1262 unsigned long fs_base, gs_base; in vmx_prepare_switch_to_guest() local
1308 fs_base = current->thread.fsbase; in vmx_prepare_switch_to_guest()
1313 fs_base = read_msr(MSR_FS_BASE); in vmx_prepare_switch_to_guest()
1321 fs_base = segment_base(fs_sel); in vmx_prepare_switch_to_guest()
1325 vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_base); in vmx_prepare_switch_to_guest()
A Dvmx.h397 unsigned long fs_base, unsigned long gs_base);
A Dnested.c257 vmx_set_host_fs_gs(dest, src->fs_sel, src->gs_sel, src->fs_base, src->gs_base); in vmx_sync_vmcs_host_state()
/linux-6.3-rc2/arch/x86/include/asm/xen/
A Dinterface.h250 uint64_t fs_base; member
/linux-6.3-rc2/arch/x86/kernel/
A Dptrace.c389 case offsetof(struct user_regs_struct,fs_base): in putreg()
421 case offsetof(struct user_regs_struct, fs_base): in getreg()

Completed in 35 milliseconds