Home
last modified time | relevance | path

Searched refs:arch_ftrace_get_regs (Results 1 – 6 of 6) sorted by relevance

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