Lines Matching refs:ip
141 regs->ip, regs->sp, error_code); in show_signal()
142 print_vma_addr(KERN_CONT " in ", regs->ip); in show_signal()
224 if (!is_valid_bugaddr(regs->ip)) in handle_bug()
237 if (report_bug(regs->ip, regs) == BUG_TRAP_TYPE_WARN || in handle_bug()
239 regs->ip += LEN_UD2; in handle_bug()
379 regs->ip == (unsigned long)native_irq_return_iret) in DEFINE_IDTENTRY_DF()
390 gpregs->ip = p[0]; in DEFINE_IDTENTRY_DF()
408 regs->ip = (unsigned long)asm_exc_general_protection; in DEFINE_IDTENTRY_DF()
503 if (copy_from_kernel_nofault(insn_buf, (void *)regs->ip, in get_kernel_gp_address()
535 unsigned long ip; in fixup_iopl_exception() local
540 if (insn_get_effective_ip(regs, &ip)) in fixup_iopl_exception()
543 if (get_user(byte, (const char __user *)ip)) in fixup_iopl_exception()
551 current->comm, task_pid_nr(current), ip); in fixup_iopl_exception()
552 print_vma_addr(KERN_CONT " in ", ip); in fixup_iopl_exception()
557 regs->ip += 1; in fixup_iopl_exception()
839 __memcpy(&tmp.ip, (void *)bad_regs->sp, 5*8); in fixup_bad_iret()
842 __memcpy(&tmp, bad_regs, offsetof(struct pt_regs, ip)); in fixup_bad_iret()
863 return (regs->ip - (unsigned long)__begin_SYSENTER_singlestep_region) < in is_sysenter_singlestep()
867 return (regs->ip - (unsigned long)entry_SYSENTER_compat) < in is_sysenter_singlestep()