Searched refs:FS_BASE (Results 1 – 4 of 4) sorted by relevance
23 current->thread.regs.regs.gp[FS_BASE / sizeof(unsigned long)] = in arch_prctl()33 ret = put_user(current->thread.regs.regs.gp[FS_BASE / sizeof(unsigned long)], arg2); in arch_prctl()
44 [FS_BASE >> 3] = HOST_FS_BASE,92 case FS_BASE: in putreg()154 case FS_BASE: in getreg()
15 t->thread.regs.regs.gp[FS_BASE / sizeof(unsigned long)] = tls; in arch_set_tls()
32 #ifndef FS_BASE36 #define FS_BASE (HOST_FS_BASE * sizeof(long)) macro