Home
last modified time | relevance | path

Searched refs:GS_BASE (Results 1 – 4 of 4) sorted by relevance

/arch/x86/um/
A Dsyscalls_64.c28 current->thread.regs.regs.gp[GS_BASE / sizeof(unsigned long)] = in arch_prctl()
36 ret = put_user(current->thread.regs.regs.gp[GS_BASE / sizeof(unsigned long)], arg2); in arch_prctl()
A Dptrace_64.c46 [GS_BASE >> 3] = HOST_GS_BASE,
94 case GS_BASE: in putreg()
156 case GS_BASE: in getreg()
/arch/x86/um/shared/sysdep/
A Dptrace_64.h35 #define GS_BASE (HOST_GS_BASE * sizeof(long)) macro
/arch/x86/um/os-Linux/
A Dmcontext.c253 if (data->arch_data.gs_base != regs->gp[GS_BASE / sizeof(unsigned long)]) { in set_stub_state()
254 data->arch_data.gs_base = regs->gp[GS_BASE / sizeof(unsigned long)]; in set_stub_state()

Completed in 6 milliseconds