/linux-3.3/arch/hexagon/include/asm/ |
D | ptrace.h | 26 #define instruction_pointer(regs) pt_elr(regs) macro 29 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/cris/mm/ |
D | fault.c | 63 address, smp_processor_id(), instruction_pointer(regs), in do_page_fault() 198 address, instruction_pointer(regs)); in do_page_fault() 348 unsigned long ip = (instruction_pointer(regs) & ~0x1); in find_fixup_code() 353 instruction_pointer(regs) = fixup->fixup; in find_fixup_code()
|
/linux-3.3/arch/h8300/include/asm/ |
D | ptrace.h | 61 #define instruction_pointer(regs) ((regs)->pc) macro 62 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/alpha/include/asm/ |
D | ptrace.h | 73 #define instruction_pointer(regs) ((regs)->pc) macro 74 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/xtensa/include/asm/ |
D | ptrace.h | 122 # define instruction_pointer(regs) ((regs)->pc) macro 125 # define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/openrisc/include/asm/ |
D | ptrace.h | 84 #define instruction_pointer(regs) ((regs)->pc) macro 87 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/m68k/include/asm/ |
D | ptrace.h | 86 #define instruction_pointer(regs) ((regs)->pc) macro 87 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/include/asm-generic/ |
D | ptrace.h | 22 static inline unsigned long instruction_pointer(struct pt_regs *regs) in instruction_pointer() function 33 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/score/include/asm/ |
D | ptrace.h | 84 #define instruction_pointer(regs) ((unsigned long)(regs)->cp0_epc) macro 85 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/cris/include/arch-v10/arch/ |
D | ptrace.h | 113 #define instruction_pointer(regs) ((regs)->irp) macro 114 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/cris/include/arch-v32/arch/ |
D | ptrace.h | 113 #define instruction_pointer(regs) ((regs)->erp) macro 114 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/microblaze/include/asm/ |
D | ptrace.h | 61 #define instruction_pointer(regs) ((regs)->pc) macro 62 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/sh/kernel/ |
D | traps.c | 85 if (__kernel_text_address(instruction_pointer(regs))) { in BUILD_TRAP_HANDLER() 86 insn_size_t insn = *(insn_size_t *)instruction_pointer(regs); in BUILD_TRAP_HANDLER()
|
/linux-3.3/arch/avr32/include/asm/ |
D | ptrace.h | 132 #define instruction_pointer(regs) ((regs)->pc) macro 133 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/tile/include/asm/ |
D | ptrace.h | 103 #define instruction_pointer(regs) ((regs)->pc) macro 104 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/m32r/include/asm/ |
D | ptrace.h | 138 #define instruction_pointer(regs) ((regs)->bpc) macro 139 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/mips/include/asm/ |
D | ptrace.h | 153 #define instruction_pointer(regs) ((regs)->cp0_epc) macro 154 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/cris/arch-v32/kernel/ |
D | traps.c | 159 fixup = search_exception_tables(instruction_pointer(regs) - 2); in fixup_BUG() 162 instruction_pointer(regs) = fixup->fixup; in fixup_BUG()
|
/linux-3.3/arch/sparc/include/asm/ |
D | ptrace.h | 207 #define instruction_pointer(regs) ((regs)->tpc) macro 222 #define profile_pc(regs) instruction_pointer(regs) 264 #define instruction_pointer(regs) ((regs)->pc) macro
|
/linux-3.3/drivers/misc/ |
D | kgdbts.c | 295 ip = instruction_pointer(&kgdbts_regs); in check_and_rewind_pc() 326 instruction_pointer(&kgdbts_regs)); in check_single_step() 327 if (instruction_pointer(&kgdbts_regs) == addr) { in check_single_step() 329 instruction_pointer(&kgdbts_regs)); in check_single_step() 412 instruction_pointer(&kgdbts_regs)); in emul_sstep_put() 414 sstep_addr = instruction_pointer(&kgdbts_regs) + in emul_sstep_put()
|
/linux-3.3/arch/sh/mm/ |
D | alignment.c | 103 (void *)instruction_pointer(regs), insn); in unaligned_fixups_notify() 108 (void *)instruction_pointer(regs), insn); in unaligned_fixups_notify()
|
/linux-3.3/arch/arm/include/asm/ |
D | ptrace.h | 197 #define instruction_pointer(regs) (regs)->ARM_pc macro 202 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/kernel/debug/kdb/ |
D | kdb_debugger.c | 49 addr = instruction_pointer(ks->linux_regs); in kdb_stub() 59 if (addr != instruction_pointer(ks->linux_regs)) in kdb_stub()
|
/linux-3.3/arch/cris/include/asm/ |
D | ptrace.h | 12 #define profile_pc(regs) instruction_pointer(regs)
|
/linux-3.3/arch/arm/mm/ |
D | extable.c | 11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|