Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dptrace.h90 #define instruction_pointer(regs) ((regs)->cp0_epc) macro
91 #define profile_pc(regs) instruction_pointer(regs)
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dptrace.h117 # define instruction_pointer(regs) ((regs)->pc) macro
121 # define profile_pc(regs) instruction_pointer(regs)
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dptrace.h20 #define instruction_pointer(regs) \ macro
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dptrace.h96 #define instruction_pointer(regs) ((regs)->eip) macro
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dptrace.h49 #define instruction_pointer(regs) ((regs)->nip) macro
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dptrace.h78 #define instruction_pointer(regs) ((regs)->pc) macro