/arch/sh/include/asm/ |
D | ptrace.h | 106 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 115 #define profile_pc profile_pc macro
|
/arch/arm64/kernel/ |
D | time.c | 45 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 65 EXPORT_SYMBOL(profile_pc);
|
/arch/x86/kernel/ |
D | time.c | 31 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 54 EXPORT_SYMBOL(profile_pc);
|
/arch/sparc/include/asm/ |
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 *);
|
/arch/xtensa/include/asm/ |
D | ptrace.h | 105 # define profile_pc(regs) instruction_pointer(regs) macro 107 # define profile_pc(regs) \ macro
|
/arch/powerpc/include/asm/ |
D | ptrace.h | 84 extern unsigned long profile_pc(struct pt_regs *regs); 85 #define profile_pc profile_pc macro
|
/arch/arm/kernel/ |
D | time.c | 46 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 62 EXPORT_SYMBOL(profile_pc);
|
/arch/cris/include/asm/ |
D | ptrace.h | 12 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/x86/include/asm/ |
D | ptrace.h | 98 extern unsigned long profile_pc(struct pt_regs *regs); 99 #define profile_pc profile_pc macro
|
/arch/mn10300/include/asm/ |
D | ptrace.h | 24 #define profile_pc(regs) ((regs)->pc) macro
|
/arch/hexagon/include/uapi/asm/ |
D | ptrace.h | 30 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/arm/include/asm/ |
D | ptrace.h | 110 extern unsigned long profile_pc(struct pt_regs *regs); 112 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/microblaze/include/asm/ |
D | ptrace.h | 18 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/score/include/asm/ |
D | ptrace.h | 16 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/m68k/include/asm/ |
D | ptrace.h | 16 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/c6x/include/asm/ |
D | ptrace.h | 26 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/parisc/include/asm/ |
D | ptrace.h | 21 unsigned long profile_pc(struct pt_regs *);
|
/arch/alpha/include/asm/ |
D | ptrace.h | 11 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/frv/include/asm/ |
D | ptrace.h | 34 #define profile_pc(regs) ((regs)->pc) macro
|
/arch/parisc/kernel/ |
D | time.c | 124 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 138 EXPORT_SYMBOL(profile_pc);
|
/arch/h8300/include/asm/ |
D | ptrace.h | 23 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/m32r/include/asm/ |
D | ptrace.h | 34 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/unicore32/include/asm/ |
D | ptrace.h | 58 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/nios2/include/asm/ |
D | ptrace.h | 69 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/openrisc/include/asm/ |
D | ptrace.h | 76 #define profile_pc(regs) instruction_pointer(regs) macro
|