/arch/hexagon/include/asm/ |
D | ptrace.h | 26 #define instruction_pointer(regs) pt_elr(regs) macro 29 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/h8300/include/asm/ |
D | ptrace.h | 61 #define instruction_pointer(regs) ((regs)->pc) macro 62 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/alpha/include/asm/ |
D | ptrace.h | 73 #define instruction_pointer(regs) ((regs)->pc) macro 74 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/m68k/include/asm/ |
D | ptrace.h | 86 #define instruction_pointer(regs) ((regs)->pc) macro 87 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/xtensa/include/asm/ |
D | ptrace.h | 122 # define instruction_pointer(regs) ((regs)->pc) macro 125 # define profile_pc(regs) instruction_pointer(regs)
|
/arch/openrisc/include/asm/ |
D | ptrace.h | 88 #define instruction_pointer(regs) ((regs)->pc) macro 91 #define profile_pc(regs) instruction_pointer(regs)
|
/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)
|
/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)
|
/arch/cris/mm/ |
D | fault.c | 64 address, smp_processor_id(), instruction_pointer(regs), in do_page_fault() 199 address, instruction_pointer(regs)); in do_page_fault() 349 unsigned long ip = (instruction_pointer(regs) & ~0x1); in find_fixup_code() 354 instruction_pointer(regs) = fixup->fixup; in find_fixup_code()
|
/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)
|
/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()
|
/arch/avr32/include/asm/ |
D | ptrace.h | 132 #define instruction_pointer(regs) ((regs)->pc) macro 133 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/microblaze/include/asm/ |
D | ptrace.h | 61 #define instruction_pointer(regs) ((regs)->pc) macro 62 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/cris/include/asm/ |
D | ptrace.h | 12 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/tile/include/asm/ |
D | ptrace.h | 103 #define instruction_pointer(regs) ((regs)->pc) macro 104 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/arm/mm/ |
D | extable.c | 11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
/arch/unicore32/mm/ |
D | extable.c | 19 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
/arch/m32r/include/asm/ |
D | ptrace.h | 138 #define instruction_pointer(regs) ((regs)->bpc) macro 139 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/mips/include/asm/ |
D | ptrace.h | 153 #define instruction_pointer(regs) ((regs)->cp0_epc) macro 154 #define profile_pc(regs) instruction_pointer(regs)
|
/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()
|
/arch/parisc/include/asm/ |
D | ptrace.h | 56 #define instruction_pointer(regs) ((regs)->iaoq[0] & ~3) macro
|
/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()
|
/arch/um/include/asm/ |
D | ptrace-generic.h | 29 #define instruction_pointer(regs) PT_REGS_IP(regs) macro
|
/arch/arm/include/asm/ |
D | ptrace.h | 197 #define instruction_pointer(regs) (regs)->ARM_pc macro 202 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/sparc/include/asm/ |
D | ptrace.h | 209 #define instruction_pointer(regs) ((regs)->tpc) macro 224 #define profile_pc(regs) instruction_pointer(regs) 265 #define instruction_pointer(regs) ((regs)->pc) macro
|