Home
last modified time | relevance | path

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

/arch/x86/um/
Duser-offsets.c50 DEFINE(HOST_FS, FS); in foo()
76 DEFINE_LONGS(HOST_FS, FS); in foo()
Dptrace_64.c46 [FS >> 3] = HOST_FS,
Dptrace_32.c63 [FS] = HOST_FS,
/arch/x86/um/shared/sysdep/
Dptrace_64.h43 #define HOST_FS 25 macro
57 #define FS (HOST_FS * sizeof(long))
65 #define REGS_FS(r) ((r)[HOST_FS])
Dptrace_32.h41 #define REGS_FS(r) ((r)[HOST_FS])