Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/um/
Duser-offsets.c51 DEFINE(HOST_ES, ES); in foo()
79 DEFINE_LONGS(HOST_ES, ES); in foo()
Dptrace_64.c45 [ES >> 3] = HOST_ES,
Dptrace_32.c62 [ES] = HOST_ES,
/linux-3.4.99/arch/x86/um/shared/sysdep/
Dptrace_64.h42 #define HOST_ES 24 macro
56 #define ES (HOST_ES * sizeof(long))
64 #define REGS_ES(r) ((r)[HOST_ES])
Dptrace_32.h40 #define REGS_ES(r) ((r)[HOST_ES])