Searched refs:FS_BASE (Results 1 – 5 of 5) 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()
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
249 if (data->arch_data.fs_base != regs->gp[FS_BASE / sizeof(unsigned long)]) { in set_stub_state()250 data->arch_data.fs_base = regs->gp[FS_BASE / sizeof(unsigned long)]; in set_stub_state()
Completed in 6 milliseconds