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

/linux-master/arch/x86/include/asm/
H A Dsuspend_64.h39 unsigned long kernelmode_gs_base, usermode_gs_base, fs_base; member in struct:saved_context
H A Duser_64.h91 unsigned long fs_base; member in struct:user_regs_struct
/linux-master/arch/x86/include/asm/xen/
H A Dinterface.h250 uint64_t fs_base; member in struct:vcpu_guest_context
/linux-master/arch/x86/kvm/vmx/
H A Dvmcs.h38 unsigned long fs_base; member in struct:vmcs_host_state
H A Dvmx.h387 unsigned long fs_base, unsigned long gs_base);
H A Dvmx.c1252 unsigned long fs_base, unsigned long gs_base)
1268 if (unlikely(fs_base != host->fs_base)) {
1269 vmcs_writel(HOST_FS_BASE, fs_base);
1270 host->fs_base = fs_base;
1285 unsigned long fs_base, gs_base; local
1329 fs_base = current->thread.fsbase;
1334 fs_base = read_msr(MSR_FS_BASE);
1342 fs_base
1251 vmx_set_host_fs_gs(struct vmcs_host_state *host, u16 fs_sel, u16 gs_sel, unsigned long fs_base, unsigned long gs_base) argument
[all...]
H A Dnested.c286 vmx_set_host_fs_gs(dest, src->fs_sel, src->gs_sel, src->fs_base, src->gs_base);
/linux-master/arch/x86/power/
H A Dcpu.c112 rdmsrl(MSR_FS_BASE, ctxt->fs_base);
256 wrmsrl(MSR_FS_BASE, ctxt->fs_base);
/linux-master/arch/x86/kernel/
H A Dptrace.c390 case offsetof(struct user_regs_struct,fs_base):
422 case offsetof(struct user_regs_struct, fs_base):

Completed in 195 milliseconds