Home
last modified time | relevance | path

Searched refs:instruction_pointer (Results 1 – 25 of 91) sorted by relevance

1234

/arch/xtensa/include/asm/
Dptrace.h89 # 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/
Dptrace.h27 #define instruction_pointer(regs) pt_elr(regs) macro
30 #define profile_pc(regs) instruction_pointer(regs)
/arch/m68k/include/asm/
Dptrace.h15 #define instruction_pointer(regs) ((regs)->pc) macro
16 #define profile_pc(regs) instruction_pointer(regs)
/arch/microblaze/include/asm/
Dptrace.h14 #define instruction_pointer(regs) ((regs)->pc) macro
15 #define profile_pc(regs) instruction_pointer(regs)
/arch/alpha/include/asm/
Dptrace.h10 #define instruction_pointer(regs) ((regs)->pc) macro
11 #define profile_pc(regs) instruction_pointer(regs)
/arch/h8300/include/asm/
Dptrace.h24 #define instruction_pointer(regs) ((regs)->pc) macro
25 #define profile_pc(regs) instruction_pointer(regs)
/arch/nios2/include/asm/
Dptrace.h68 #define instruction_pointer(regs) ((regs)->ra) macro
69 #define profile_pc(regs) instruction_pointer(regs)
/arch/openrisc/include/asm/
Dptrace.h69 #define instruction_pointer(regs) ((regs)->pc) macro
72 #define profile_pc(regs) instruction_pointer(regs)
/arch/nds32/include/asm/
Dptrace.h73 #define instruction_pointer(regs) ((regs)->ipc) macro
74 #define profile_pc(regs) instruction_pointer(regs)
/arch/sparc/include/asm/
Dptrace.h65 #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/
Dptrace.h91 #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/
Dptrace.h24 #define instruction_pointer(regs) ((regs)->pc) macro
25 #define profile_pc(regs) instruction_pointer(regs)
/arch/arm64/kernel/probes/
Duprobes.c31 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()
Dsimulate-insn.c102 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/
Dfault.c133 !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()
Dextable.c11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/arch/ia64/include/asm/
Dptrace.h53 # define instruction_pointer(regs) ((regs)->cr_iip + ia64_psr(regs)->ri) macro
78 unsigned long __ip = instruction_pointer(regs); \
/arch/arc/include/asm/
Dptrace.h113 #define instruction_pointer(regs) ((regs)->ret) macro
114 #define profile_pc(regs) instruction_pointer(regs)
/arch/arm/mm/
Dextable.c12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/arch/csky/kernel/probes/
Duprobes.c21 return instruction_pointer(regs); in uprobe_get_swbp_addr()
92 addr = instruction_pointer(regs); in arch_uprobe_skip_sstep()
/arch/riscv/include/asm/
Dptrace.h67 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/
Dptrace.h156 #define instruction_pointer(regs) ((regs)->cp0_epc) macro
157 #define profile_pc(regs) instruction_pointer(regs)
/arch/arc/mm/
Dextable.c16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/arch/arm64/mm/
Dextable.c14 addr = instruction_pointer(regs); in fixup_exception()
/arch/sh/mm/
Dalignment.c103 (void *)instruction_pointer(regs), insn); in unaligned_fixups_notify()
108 (void *)instruction_pointer(regs), insn); in unaligned_fixups_notify()

1234