Home
last modified time | relevance | path

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

/arch/x86/um/
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()
A Dptrace_64.c45 [FS_BASE >> 3] = HOST_FS_BASE,
93 case FS_BASE: in putreg()
155 case FS_BASE: in getreg()
A Dtls_64.c15 t->thread.regs.regs.gp[FS_BASE / sizeof(unsigned long)] = tls; in arch_set_tls()
/arch/x86/um/shared/sysdep/
A Dptrace_64.h30 #ifndef FS_BASE
34 #define FS_BASE (HOST_FS_BASE * sizeof(long)) macro
/arch/x86/um/os-Linux/
A Dmcontext.c249 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