/openbmc/linux/arch/arm64/kernel/ |
H A D | time.c | 45 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 53 EXPORT_SYMBOL(profile_pc);
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | ptrace.h | 81 unsigned long profile_pc(struct pt_regs *); 83 #define profile_pc(regs) instruction_pointer(regs) macro 146 unsigned long profile_pc(struct pt_regs *);
|
/openbmc/linux/arch/x86/kernel/ |
H A D | time.c | 28 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 32 EXPORT_SYMBOL(profile_pc);
|
/openbmc/linux/arch/arm/kernel/ |
H A D | time.c | 44 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 60 EXPORT_SYMBOL(profile_pc);
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | ptrace.h | 93 # define profile_pc(regs) instruction_pointer(regs) macro 95 # define profile_pc(regs) \ macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | ptrace.h | 106 extern unsigned long profile_pc(struct pt_regs *regs); 108 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | time.c | 123 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 137 EXPORT_SYMBOL(profile_pc);
|
/openbmc/linux/arch/hexagon/include/uapi/asm/ |
H A D | ptrace.h | 30 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | ptrace.h | 16 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | ptrace.h | 15 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | ptrace.h | 11 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | ptrace.h | 69 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | ptrace.h | 72 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | ptrace.h | 90 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | ptrace.h | 21 unsigned long profile_pc(struct pt_regs *);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ptrace.h | 172 extern unsigned long profile_pc(struct pt_regs *regs); 174 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | ptrace.h | 102 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | ptrace.h | 120 # define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | ptrace.h | 25 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | time_32.c | 67 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 83 EXPORT_SYMBOL(profile_pc);
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | ptrace.h | 73 #define profile_pc(regs) instruction_pointer(regs) macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | ptrace.h | 129 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | ptrace.h | 81 #define profile_pc(regs) \ macro
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | ptrace.h | 33 #define profile_pc(regs) PT_REGS_IP(regs) macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | ptrace.h | 80 #define profile_pc(regs) instruction_pointer(regs) macro
|