Searched defs:arch_ftrace_get_regs (Results 1 - 6 of 6) sorted by last modified time

/linux-master/arch/s390/include/asm/
H A Dftrace.h44 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) function
/linux-master/include/linux/
H A Dftrace.h124 #define arch_ftrace_get_regs(fregs) (&(fregs)->regs) macro
/linux-master/arch/powerpc/include/asm/
H A Dftrace.h41 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) function
/linux-master/arch/loongarch/include/asm/
H A Dftrace.h52 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) function
/linux-master/arch/arm64/include/asm/
H A Dftrace.h71 #define arch_ftrace_get_regs(regs) NULL macro
/linux-master/arch/x86/include/asm/
H A Dftrace.h43 arch_ftrace_get_regs(struct ftrace_regs *fregs) function

Completed in 180 milliseconds