Lines Matching refs:pc
159 if (probe_kernel_read(&opcode, (u8 *)regs->pc, 1) < 0) in die_if_no_fixup()
165 regs->pc++; in die_if_no_fixup()
173 regs->pc -= 2; in die_if_no_fixup()
177 if (report_bug(regs->pc, regs) == BUG_TRAP_TYPE_WARN) in die_if_no_fixup()
181 regs->pc -= 2; in die_if_no_fixup()
213 info.si_addr = (void *) regs->pc; in handle_exception()
306 regs->pc, regs->epsw, ssp, user_mode(regs) ? "User" : "Super"); in show_registers_only()
366 if (regs->pc < PAGE_OFFSET) in show_registers()
371 if (__get_user(c, &((unsigned char *) regs->pc)[i])) in show_registers()
415 if (regs->pc >= 0x02000000 && regs->pc < 0x04000000 && in die()
613 int is_valid_bugaddr(unsigned long pc) in is_valid_bugaddr() argument
615 return pc >= PAGE_OFFSET; in is_valid_bugaddr()