HOST_EFLAGS        69 arch/x86/um/ptrace_32.c 	[EFL] = HOST_EFLAGS,
HOST_EFLAGS       115 arch/x86/um/ptrace_32.c 		child->thread.regs.regs.gp[HOST_EFLAGS] |= value;
HOST_EFLAGS        49 arch/x86/um/ptrace_64.c 	[EFLAGS >> 3] = HOST_EFLAGS,
HOST_EFLAGS       107 arch/x86/um/ptrace_64.c 		child->thread.regs.regs.gp[HOST_EFLAGS] |= value;
HOST_EFLAGS        13 arch/x86/um/shared/sysdep/ptrace.h #define REGS_EFLAGS(r) ((r)[HOST_EFLAGS])
HOST_EFLAGS        38 arch/x86/um/user-offsets.c 	DEFINE(HOST_EFLAGS, EFL);
HOST_EFLAGS        77 arch/x86/um/user-offsets.c 	DEFINE_LONGS(HOST_EFLAGS, EFLAGS);