Home
last modified time | relevance | path

Searched refs:allregs (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/trace/
H A Dftrace_entry.S35 .macro ftrace_regs_entry allregs argument
42 .if \allregs == 1
56 .if \allregs == 1
79 .if \allregs == 1
92 .if \allregs == 1
126 .if \allregs == 1
140 .if \allregs == 0
181 .macro ftrace_regs_exit allregs argument
216 .if \allregs == 0
222 .if \allregs == 1
[all …]
/linux/arch/loongarch/kernel/
H A Dmcount_dyn.S29 .macro ftrace_regs_entry allregs=0 argument
41 .if \allregs
122 ftrace_regs_entry allregs=0
129 ftrace_regs_entry allregs=1
/linux/arch/s390/kernel/
H A Dmcount.S46 .macro ftrace_regs_entry, allregs=0 argument
49 .if \allregs == 1
/linux/arch/alpha/kernel/
H A Dproto.h184 struct allregs;
185 extern void do_entUna(void *, unsigned long, unsigned long, struct allregs *);
H A Dtraps.c362 struct allregs { struct
378 struct allregs *regs) in do_entUna() argument