HOST_IP            14 arch/x86/um/asm/processor.h #define KSTK_EIP(tsk) KSTK_REG(tsk, HOST_IP)
HOST_IP           149 arch/x86/um/os-Linux/registers.c 	case HOST_IP:
HOST_IP           156 arch/x86/um/os-Linux/registers.c 	case HOST_IP:
HOST_IP            67 arch/x86/um/ptrace_32.c 	[EIP] = HOST_IP,
HOST_IP            32 arch/x86/um/ptrace_64.c 	[RIP >> 3] = HOST_IP,
HOST_IP            11 arch/x86/um/shared/sysdep/ptrace.h #define REGS_IP(r) ((r)[HOST_IP])
HOST_IP            11 arch/x86/um/shared/sysdep/ptrace_user.h #define REGS_IP_INDEX HOST_IP
HOST_IP            36 arch/x86/um/user-offsets.c 	DEFINE(HOST_IP, EIP);
HOST_IP            85 arch/x86/um/user-offsets.c 	DEFINE_LONGS(HOST_IP, RIP);