/linux-6.3-rc2/arch/arm64/kernel/ |
A D | time.c | 45 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 53 EXPORT_SYMBOL(profile_pc);
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
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 *);
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | time.c | 44 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 60 EXPORT_SYMBOL(profile_pc);
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | ptrace.h | 93 # define profile_pc(regs) instruction_pointer(regs) macro 95 # define profile_pc(regs) \ macro
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | time.c | 28 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 50 EXPORT_SYMBOL(profile_pc);
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | ptrace.h | 106 extern unsigned long profile_pc(struct pt_regs *regs); 108 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | time.c | 123 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 137 EXPORT_SYMBOL(profile_pc);
|
/linux-6.3-rc2/arch/hexagon/include/uapi/asm/ |
A D | ptrace.h | 30 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | ptrace.h | 16 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | ptrace.h | 15 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | ptrace.h | 11 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | ptrace.h | 172 extern unsigned long profile_pc(struct pt_regs *regs); 174 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | ptrace.h | 69 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | ptrace.h | 72 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | ptrace.h | 21 unsigned long profile_pc(struct pt_regs *);
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | time_32.c | 68 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 84 EXPORT_SYMBOL(profile_pc);
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | ptrace.h | 25 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | ptrace.h | 129 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | ptrace.h | 81 #define profile_pc(regs) \ macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | ptrace.h | 158 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/x86/um/asm/ |
A D | ptrace.h | 33 #define profile_pc(regs) PT_REGS_IP(regs) macro
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | ptrace.h | 77 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | ptrace.h | 157 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | ptrace.h | 120 #define profile_pc(regs) instruction_pointer(regs) macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | ptrace.h | 213 #define profile_pc(regs) instruction_pointer(regs) macro
|