Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A 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); \
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A 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
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dptrace.h92 #define instruction_pointer(regs) (regs)->ARM_pc macro
103 instruction_pointer(regs) = val; in instruction_pointer_set()
109 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dinterrupts.c76 pc = instruction_pointer(regs) - gd->reloc_off; in show_regs()
79 pc = instruction_pointer(regs); in show_regs()
115 uint32_t pc = instruction_pointer(regs) + offset; in fixup_pc()
/OK3568_Linux_fs/kernel/arch/hexagon/include/uapi/asm/
H A Dptrace.h27 #define instruction_pointer(regs) pt_elr(regs) macro
30 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dptrace.h15 #define instruction_pointer(regs) ((regs)->pc) macro
16 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dptrace.h14 #define instruction_pointer(regs) ((regs)->pc) macro
15 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dptrace.h22 #define instruction_pointer(regs) ((regs)->pc) macro
23 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dptrace.h10 #define instruction_pointer(regs) ((regs)->pc) macro
11 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A 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()
H A Dsimulate-insn.c101 instruction_pointer_set(regs, instruction_pointer(regs) + 4); in simulate_adr_adrp()
185 instruction_pointer_set(regs, instruction_pointer(regs) + 4); in simulate_ldr_literal()
200 instruction_pointer_set(regs, instruction_pointer(regs) + 4); in simulate_ldrsw_literal()
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dptrace.h24 #define instruction_pointer(regs) ((regs)->pc) macro
25 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dptrace.h68 #define instruction_pointer(regs) ((regs)->ra) macro
69 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dptrace.h69 #define instruction_pointer(regs) ((regs)->pc) macro
72 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dptrace.h73 #define instruction_pointer(regs) ((regs)->ipc) macro
74 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dptrace.h90 #define instruction_pointer(regs) ((regs)->cp0_epc) macro
91 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dptrace.h89 #define instruction_pointer(regs) ((regs)->pc) macro
104 unsigned long pc = instruction_pointer(regs); in profile_pc()
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dptrace.h117 # define instruction_pointer(regs) ((regs)->pc) macro
121 # define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c169 ASSERT_TRUE(info.instruction_pointer) { in TEST()
197 ASSERT_TRUE(info.instruction_pointer) { in TEST()
237 ASSERT_TRUE(info.instruction_pointer) { in TEST()
/OK3568_Linux_fs/kernel/lib/
H A Dnmi_backtrace.c97 if (!READ_ONCE(backtrace_idle) && regs && cpu_in_idle(instruction_pointer(regs))) { in nmi_cpu_backtrace()
99 cpu, (void *)instruction_pointer(regs)); in nmi_cpu_backtrace()
H A Dsyscall.c27 info->data.instruction_pointer = instruction_pointer(regs); in collect_syscall()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dptrace.h65 static inline unsigned long instruction_pointer(struct pt_regs *regs) in instruction_pointer() function
75 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dptrace.h25 #define instruction_pointer(regs) ((regs)->pc) macro
26 #define profile_pc(regs) instruction_pointer(regs)
/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A Dsimulate-insn.c175 val = *(unsigned int *)(instruction_pointer(regs) + offset); in simulate_lrw16()
188 ((instruction_pointer(regs) + offset) & 0xfffffffc); in simulate_lrw32()
381 ((instruction_pointer(regs) + offset) & 0xfffffffc); in simulate_jmpi32()
393 ((instruction_pointer(regs) + offset) & 0xfffffffc); in simulate_jsri32()

12345