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()
46 [GS_BASE >> 3] = HOST_GS_BASE,94 case GS_BASE: in putreg()156 case GS_BASE: in getreg()
35 #define GS_BASE (HOST_GS_BASE * sizeof(long)) macro