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

/linux-master/arch/x86/include/asm/
H A Duser_64.h92 unsigned long gs_base; member in struct:user_regs_struct
H A Dprocessor.h398 char gs_base[40]; member in struct:fixed_percpu_data
407 return (unsigned long)per_cpu(fixed_percpu_data.gs_base, cpu);
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c194 printf("\tChild GS=0x%lx, GSBASE=0x%lx\n", (unsigned long)regs.gs, (unsigned long)regs.gs_base);
H A Dfsgsbase.c481 unsigned long base_offset = USER_REGS_OFFSET(gs_base);
541 unsigned long base_offset = USER_REGS_OFFSET(gs_base);
/linux-master/arch/x86/kvm/vmx/
H A Dvmcs.h37 unsigned long gs_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)
1272 if (unlikely(gs_base != host->gs_base)) {
1273 vmcs_writel(HOST_GS_BASE, gs_base);
1274 host->gs_base = gs_base;
1285 unsigned long fs_base, gs_base; local
1324 gs_base = cpu_kernelmode_gs_base(cpu);
1343 gs_base = segment_base(gs_sel);
1346 vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_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/kernel/
H A Dptrace.c395 case offsetof(struct user_regs_struct,gs_base):
424 case offsetof(struct user_regs_struct, gs_base):

Completed in 245 milliseconds