REG_RIP            76 tools/testing/selftests/x86/fsgsbase.c 	ctx->uc_mcontext.gregs[REG_RIP] += 4;	/* Skip the faulting mov */
REG_RIP            42 tools/testing/selftests/x86/mov_ss_trap.c # define REG_IP REG_RIP
REG_RIP           220 tools/testing/selftests/x86/protection_keys.c #define REG_IP_IDX		REG_RIP
REG_RIP           299 tools/testing/selftests/x86/sigreturn.c # define REG_IP REG_RIP
REG_RIP            49 tools/testing/selftests/x86/single_step_syscall.c # define REG_IP REG_RIP
REG_RIP            61 tools/testing/selftests/x86/syscall_arg_fault.c #define REG_IP REG_RIP
REG_RIP            73 tools/testing/selftests/x86/sysret_rip.c 	if (rip != ctx->uc_mcontext.gregs[REG_RIP]) {
REG_RIP            75 tools/testing/selftests/x86/sysret_rip.c 		       rip, (unsigned long)ctx->uc_mcontext.gregs[REG_RIP]);
REG_RIP            92 tools/testing/selftests/x86/sysret_rip.c 	ctx->uc_mcontext.gregs[REG_RIP] = rip;
REG_RIP           117 tools/testing/selftests/x86/sysret_rip.c 	if (rip != ctx->uc_mcontext.gregs[REG_RIP]) {
REG_RIP           119 tools/testing/selftests/x86/sysret_rip.c 		       rip, (unsigned long)ctx->uc_mcontext.gregs[REG_RIP]);
REG_RIP           514 tools/testing/selftests/x86/test_vsyscall.c 	unsigned long ip = ctx->uc_mcontext.gregs[REG_RIP];