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() 52 * The FS_BASE/GS_BASE registers are saved in the ptrace register set. in arch_switch_to()
45 [FS_BASE >> 3] = HOST_FS_BASE,93 case FS_BASE: in putreg() 155 case FS_BASE: in getreg()
15 t->thread.regs.regs.gp[FS_BASE / sizeof(unsigned long)] = tls; in arch_set_tls()
30 #ifndef FS_BASE34 #define FS_BASE (HOST_FS_BASE * sizeof(long)) macro