Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/
H A Dptrace.h20 #define instruction_pointer(regs) \ macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dptrace.h89 #define instruction_pointer(regs) ((regs)->cp0_epc) macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dptrace.h78 #define instruction_pointer(regs) ((regs)->pc) macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dptrace.h116 # define instruction_pointer(regs) ((regs)->pc) macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dptrace.h89 #define instruction_pointer(regs) ((regs)->pc) macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h49 #define instruction_pointer(regs) ((regs)->nip) macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dptrace.h63 static inline unsigned long instruction_pointer(struct pt_regs *regs) in instruction_pointer() function
/openbmc/u-boot/arch/x86/include/asm/
H A Dptrace.h96 #define instruction_pointer(regs) ((regs)->eip) macro