/arch/sh/include/asm/ |
D | ptrace.h | 105 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 114 #define profile_pc profile_pc macro
|
/arch/arm64/kernel/ |
D | time.c | 43 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 61 EXPORT_SYMBOL(profile_pc);
|
/arch/sparc/include/asm/ |
D | ptrace.h | 76 extern unsigned long profile_pc(struct pt_regs *); 78 #define profile_pc(regs) instruction_pointer(regs) macro 110 unsigned long profile_pc(struct pt_regs *);
|
/arch/x86/kernel/ |
D | time.c | 29 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 52 EXPORT_SYMBOL(profile_pc);
|
/arch/powerpc/include/asm/ |
D | ptrace.h | 63 extern unsigned long profile_pc(struct pt_regs *regs); 64 #define profile_pc profile_pc macro
|
/arch/arm/kernel/ |
D | time.c | 45 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 64 EXPORT_SYMBOL(profile_pc);
|
/arch/x86/include/asm/ |
D | ptrace.h | 71 extern unsigned long profile_pc(struct pt_regs *regs); 72 #define profile_pc profile_pc macro
|
/arch/cris/include/asm/ |
D | ptrace.h | 11 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/arm/include/asm/ |
D | ptrace.h | 80 extern unsigned long profile_pc(struct pt_regs *regs); 82 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/mn10300/include/asm/ |
D | ptrace.h | 24 #define profile_pc(regs) ((regs)->pc) macro
|
/arch/hexagon/include/uapi/asm/ |
D | ptrace.h | 29 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/parisc/include/asm/ |
D | ptrace.h | 20 unsigned long profile_pc(struct pt_regs *);
|
/arch/m68k/include/asm/ |
D | ptrace.h | 15 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/score/include/asm/ |
D | ptrace.h | 15 #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/c6x/include/asm/ |
D | ptrace.h | 26 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/alpha/include/asm/ |
D | ptrace.h | 10 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/avr32/include/asm/ |
D | ptrace.h | 23 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/h8300/include/asm/ |
D | ptrace.h | 27 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/frv/include/asm/ |
D | ptrace.h | 34 #define profile_pc(regs) ((regs)->pc) macro
|
/arch/arm64/include/asm/ |
D | ptrace.h | 184 extern unsigned long profile_pc(struct pt_regs *regs); 186 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/parisc/kernel/ |
D | time.c | 173 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 187 EXPORT_SYMBOL(profile_pc);
|
/arch/m32r/include/asm/ |
D | ptrace.h | 34 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/xtensa/include/asm/ |
D | ptrace.h | 64 # define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/tile/include/asm/ |
D | ptrace.h | 37 #define profile_pc(regs) instruction_pointer(regs) macro
|