Home
last modified time | relevance | path

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

/arch/x86/um/
Duser-offsets.c52 DEFINE(HOST_GS, GS); in foo()
77 DEFINE_LONGS(HOST_GS, GS); in foo()
Dptrace_64.c47 [GS >> 3] = HOST_GS,
Dptrace_32.c64 [GS] = HOST_GS,
/arch/x86/um/shared/sysdep/
Dptrace_64.h44 #define HOST_GS 26 macro
58 #define GS (HOST_GS * sizeof(long))
66 #define REGS_GS(r) ((r)[HOST_GS])
Dptrace_32.h42 #define REGS_GS(r) ((r)[HOST_GS])