Home
last modified time | relevance | path

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

/linux/arch/x86/um/shared/sysdep/
H A Dptrace_64.h23 #define HOST_ES 24 macro
37 #define ES (HOST_ES * sizeof(long))
H A Dptrace.h24 #define REGS_ES(r) ((r)[HOST_ES])
/linux/arch/x86/um/
H A Duser-offsets.c37 DEFINE(HOST_ES, ES); in foo()
64 DEFINE_LONGS(HOST_ES, ES); in foo()
H A Dptrace_32.c40 [ES] = HOST_ES,
H A Dptrace_64.c48 [ES >> 3] = HOST_ES,