/arch/xtensa/include/asm/ |
D | ptrace.h | 89 # define instruction_pointer(regs) ((regs)->pc) macro 94 # define profile_pc(regs) instruction_pointer(regs) 98 in_lock_functions(instruction_pointer(regs)) ? \ 99 return_pointer(regs) : instruction_pointer(regs); \
|
/arch/hexagon/include/uapi/asm/ |
D | ptrace.h | 27 #define instruction_pointer(regs) pt_elr(regs) macro 30 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/m68k/include/asm/ |
D | ptrace.h | 15 #define instruction_pointer(regs) ((regs)->pc) macro 16 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/microblaze/include/asm/ |
D | ptrace.h | 14 #define instruction_pointer(regs) ((regs)->pc) macro 15 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/alpha/include/asm/ |
D | ptrace.h | 10 #define instruction_pointer(regs) ((regs)->pc) macro 11 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/h8300/include/asm/ |
D | ptrace.h | 24 #define instruction_pointer(regs) ((regs)->pc) macro 25 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/nios2/include/asm/ |
D | ptrace.h | 68 #define instruction_pointer(regs) ((regs)->ra) macro 69 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/openrisc/include/asm/ |
D | ptrace.h | 69 #define instruction_pointer(regs) ((regs)->pc) macro 72 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/nds32/include/asm/ |
D | ptrace.h | 73 #define instruction_pointer(regs) ((regs)->ipc) macro 74 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/sparc/include/asm/ |
D | ptrace.h | 65 #define instruction_pointer(regs) ((regs)->tpc) macro 83 #define profile_pc(regs) instruction_pointer(regs) 144 #define instruction_pointer(regs) ((regs)->pc) macro
|
/arch/arm/include/asm/ |
D | ptrace.h | 91 #define instruction_pointer(regs) (regs)->ARM_pc macro 102 instruction_pointer(regs) = val; in instruction_pointer_set() 108 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/csky/include/asm/ |
D | ptrace.h | 24 #define instruction_pointer(regs) ((regs)->pc) macro 25 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/arm64/kernel/probes/ |
D | uprobes.c | 31 return instruction_pointer(regs); in uprobe_get_swbp_addr() 112 addr = instruction_pointer(regs); in arch_uprobe_skip_sstep() 182 WARN_ON(utask && (instruction_pointer(regs) != utask->xol_vaddr + 4)); in uprobe_single_step_handler()
|
D | simulate-insn.c | 102 instruction_pointer_set(regs, instruction_pointer(regs) + 4); in simulate_adr_adrp() 186 instruction_pointer_set(regs, instruction_pointer(regs) + 4); in simulate_ldr_literal() 201 instruction_pointer_set(regs, instruction_pointer(regs) + 4); in simulate_ldrsw_literal()
|
/arch/nds32/mm/ |
D | fault.c | 133 !search_exception_tables(instruction_pointer(regs))) in do_page_fault() 145 !search_exception_tables(instruction_pointer(regs))) in do_page_fault() 282 search_exception_tables(instruction_pointer(regs))) != in do_page_fault() 285 instruction_pointer(regs) = entry->fixup; in do_page_fault()
|
D | extable.c | 11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
/arch/ia64/include/asm/ |
D | ptrace.h | 53 # define instruction_pointer(regs) ((regs)->cr_iip + ia64_psr(regs)->ri) macro 78 unsigned long __ip = instruction_pointer(regs); \
|
/arch/arc/include/asm/ |
D | ptrace.h | 113 #define instruction_pointer(regs) ((regs)->ret) macro 114 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/arm/mm/ |
D | extable.c | 12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
/arch/csky/kernel/probes/ |
D | uprobes.c | 21 return instruction_pointer(regs); in uprobe_get_swbp_addr() 92 addr = instruction_pointer(regs); in arch_uprobe_skip_sstep()
|
/arch/riscv/include/asm/ |
D | ptrace.h | 67 static inline unsigned long instruction_pointer(struct pt_regs *regs) in instruction_pointer() function 77 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/mips/include/asm/ |
D | ptrace.h | 156 #define instruction_pointer(regs) ((regs)->cp0_epc) macro 157 #define profile_pc(regs) instruction_pointer(regs)
|
/arch/arc/mm/ |
D | extable.c | 16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
/arch/arm64/mm/ |
D | extable.c | 14 addr = instruction_pointer(regs); in fixup_exception()
|
/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()
|