Searched refs:GS_BASE (Results 1 – 3 of 3) sorted by relevance
28 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()
45 [GS_BASE >> 3] = HOST_GS_BASE,93 case GS_BASE: in putreg()155 case GS_BASE: in getreg()
37 #define GS_BASE (HOST_GS_BASE * sizeof(long)) macro