Home
last modified time | relevance | path

Searched refs:FS_BASE (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/um/
H A Dsyscalls_64.c23 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()
H A Dptrace_64.c44 [FS_BASE >> 3] = HOST_FS_BASE,
92 case FS_BASE: in putreg()
154 case FS_BASE: in getreg()
H A Dtls_64.c15 t->thread.regs.regs.gp[FS_BASE / sizeof(unsigned long)] = tls; in arch_set_tls()
/linux/arch/x86/um/shared/sysdep/
H A Dptrace_64.h32 #ifndef FS_BASE
36 #define FS_BASE (HOST_FS_BASE * sizeof(long)) macro