Searched refs:instruction_pointer (Results 1 - 9 of 9) sorted by path

/u-boot/arch/microblaze/include/asm/
H A Dptrace.h78 #define instruction_pointer(regs) ((regs)->pc) macro
/u-boot/arch/mips/include/asm/
H A Dptrace.h89 #define instruction_pointer(regs) ((regs)->cp0_epc) macro
90 #define profile_pc(regs) instruction_pointer(regs)
/u-boot/arch/powerpc/include/asm/
H A Dptrace.h49 #define instruction_pointer(regs) ((regs)->nip) macro
/u-boot/arch/riscv/include/asm/
H A Dptrace.h63 static inline unsigned long instruction_pointer(struct pt_regs *regs) function
73 #define profile_pc(regs) instruction_pointer(regs)
/u-boot/arch/sh/include/asm/
H A Dptrace.h89 #define instruction_pointer(regs) ((regs)->pc) macro
104 unsigned long pc = instruction_pointer(regs);
/u-boot/arch/x86/include/asm/
H A Dptrace.h96 #define instruction_pointer(regs) ((regs)->eip) macro
/u-boot/arch/xtensa/include/asm/
H A Dptrace.h116 # define instruction_pointer(regs) ((regs)->pc) macro
120 # define profile_pc(regs) instruction_pointer(regs)
/u-boot/arch/arm/include/asm/
H A Dptrace.h20 #define instruction_pointer(regs) \ macro
/u-boot/arch/arm/lib/
H A Dinterrupts.c62 efi_print_image_infos((void *)instruction_pointer(regs));
67 unsigned long addr = instruction_pointer(regs);
106 instruction_pointer(regs), regs->ARM_lr);
109 instruction_pointer(regs) - gd->reloc_off,
135 uint32_t pc = instruction_pointer(regs) + offset;

Completed in 126 milliseconds