Lines Matching refs:rip
63 unsigned long rip = 0, dr7 = 1;
78 * it has proper rip of bp_1 function
112 rip = ptrace(PTRACE_PEEKUSER, child,
113 offsetof(struct user_regs_struct, rip), NULL);
114 if (rip == (unsigned long) -1) {
120 pr_debug("rip %lx, bp_1 %p\n", rip, bp_1);
128 return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL;
140 unsigned long rip = 0, dr7 = 1;
155 * it has proper rip of bp_1 function
188 rip = ptrace(PTRACE_PEEKUSER, child,
189 offsetof(struct user_regs_struct, rip), NULL);
190 if (rip == (unsigned long) -1) {
196 pr_debug("rip %lx, bp_1 %p\n", rip, bp_1);
204 return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL;