Searched refs:profile_pc (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/hexagon/include/uapi/asm/
H A Dptrace.h30 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/microblaze/include/asm/
H A Dptrace.h15 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/m68k/include/asm/
H A Dptrace.h16 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/alpha/include/asm/
H A Dptrace.h11 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/x86/kernel/
H A Dtime.c28 unsigned long profile_pc(struct pt_regs *regs) function
50 EXPORT_SYMBOL(profile_pc); variable
/linux-master/arch/arm64/kernel/
H A Dtime.c45 unsigned long profile_pc(struct pt_regs *regs) function
53 EXPORT_SYMBOL(profile_pc); variable
/linux-master/arch/xtensa/include/asm/
H A Dptrace.h93 # define profile_pc(regs) instruction_pointer(regs) macro
95 # define profile_pc(regs) \ macro
/linux-master/arch/sparc/include/asm/
H A Dptrace.h81 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-master/arch/parisc/include/asm/
H A Dptrace.h21 unsigned long profile_pc(struct pt_regs *);
/linux-master/arch/nios2/include/asm/
H A Dptrace.h69 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/openrisc/include/asm/
H A Dptrace.h72 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/arm/kernel/
H A Dtime.c44 unsigned long profile_pc(struct pt_regs *regs) function
60 EXPORT_SYMBOL(profile_pc); variable
/linux-master/arch/arm/include/asm/
H A Dptrace.h107 extern unsigned long profile_pc(struct pt_regs *regs);
109 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/csky/include/asm/
H A Dptrace.h25 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/parisc/kernel/
H A Dtime.c123 unsigned long profile_pc(struct pt_regs *regs) function
137 EXPORT_SYMBOL(profile_pc); variable
/linux-master/arch/sh/include/asm/
H A Dptrace.h129 static inline unsigned long profile_pc(struct pt_regs *regs) function
/linux-master/arch/x86/um/asm/
H A Dptrace.h33 #define profile_pc(regs) PT_REGS_IP(regs) macro
/linux-master/arch/riscv/include/asm/
H A Dptrace.h80 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/loongarch/include/asm/
H A Dptrace.h163 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/mips/include/asm/
H A Dptrace.h160 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/sparc/kernel/
H A Dtime_32.c67 unsigned long profile_pc(struct pt_regs *regs) function
83 EXPORT_SYMBOL(profile_pc); variable
/linux-master/arch/powerpc/include/asm/
H A Dptrace.h172 extern unsigned long profile_pc(struct pt_regs *regs);
174 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/arc/include/asm/
H A Dptrace.h108 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-master/arch/arm64/include/asm/
H A Dptrace.h390 extern unsigned long profile_pc(struct pt_regs *regs);
/linux-master/arch/x86/include/asm/
H A Dptrace.h183 extern unsigned long profile_pc(struct pt_regs *regs);

Completed in 240 milliseconds

12