Home
last modified time | relevance | path

Searched refs:profile_pc (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/arch/sh/include/asm/
Dptrace.h106 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
115 #define profile_pc profile_pc macro
/Linux-v4.19/arch/sparc/include/asm/
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-v4.19/arch/arm64/kernel/
Dtime.c45 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
65 EXPORT_SYMBOL(profile_pc);
/Linux-v4.19/arch/powerpc/include/asm/
Dptrace.h85 extern unsigned long profile_pc(struct pt_regs *regs);
86 #define profile_pc profile_pc macro
/Linux-v4.19/arch/x86/kernel/
Dtime.c31 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
54 EXPORT_SYMBOL(profile_pc);
/Linux-v4.19/arch/xtensa/include/asm/
Dptrace.h92 # define profile_pc(regs) instruction_pointer(regs) macro
94 # define profile_pc(regs) \ macro
/Linux-v4.19/arch/arm/kernel/
Dtime.c46 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
62 EXPORT_SYMBOL(profile_pc);
/Linux-v4.19/include/asm-generic/
Dptrace.h32 #ifndef profile_pc
33 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/x86/include/asm/
Dptrace.h98 extern unsigned long profile_pc(struct pt_regs *regs);
99 #define profile_pc profile_pc macro
/Linux-v4.19/arch/arm/include/asm/
Dptrace.h110 extern unsigned long profile_pc(struct pt_regs *regs);
112 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/parisc/kernel/
Dtime.c124 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
138 EXPORT_SYMBOL(profile_pc);
/Linux-v4.19/arch/hexagon/include/uapi/asm/
Dptrace.h30 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/microblaze/include/asm/
Dptrace.h18 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/m68k/include/asm/
Dptrace.h16 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/c6x/include/asm/
Dptrace.h26 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/alpha/include/asm/
Dptrace.h11 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/parisc/include/asm/
Dptrace.h21 unsigned long profile_pc(struct pt_regs *);
/Linux-v4.19/arch/arm64/include/asm/
Dptrace.h304 #undef profile_pc
305 extern unsigned long profile_pc(struct pt_regs *regs);
/Linux-v4.19/arch/unicore32/include/asm/
Dptrace.h58 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/h8300/include/asm/
Dptrace.h25 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/nios2/include/asm/
Dptrace.h69 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/nds32/include/asm/
Dptrace.h74 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/openrisc/include/asm/
Dptrace.h76 #define profile_pc(regs) instruction_pointer(regs) macro
/Linux-v4.19/arch/sparc/kernel/
Dtime_32.c68 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
84 EXPORT_SYMBOL(profile_pc);
/Linux-v4.19/arch/riscv/include/asm/
Dptrace.h86 #define profile_pc(regs) instruction_pointer(regs) macro

12