Searched refs:rhn (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/riscv/kernel/probes/
H A Drethook.c18 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount) argument
20 rhn->ret_addr = regs->ra;
21 rhn->frame = regs->s0;
H A Drethook.h6 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount);
/linux-master/arch/loongarch/kernel/
H A Drethook.c17 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount) argument
19 rhn->frame = 0;
20 rhn->ret_addr = regs->regs[1];
H A Drethook.h6 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount);
/linux-master/kernel/trace/
H A Drethook.c22 struct rethook_node *rhn; local
27 rhn = container_of(node, struct rethook_node, llist);
30 rethook_recycle(rhn);
245 struct rethook_node *rhn = NULL; local
258 rhn = container_of(*cur, struct rethook_node, llist);
259 } while (rhn->frame != frame);
283 struct rethook_node *rhn; local
295 * are accessing 'rhn->rethook'.
305 rhn = container_of(first, struct rethook_node, llist);
306 if (WARN_ON_ONCE(rhn
[all...]
/linux-master/kernel/
H A Dkprobes.c2129 struct rethook_node *rhn; local
2131 rhn = rethook_try_get(rp->rh);
2132 if (!rhn) {
2137 ri = container_of(rhn, struct kretprobe_instance, node);
2140 rethook_recycle(rhn);
2142 rethook_hook(rhn, regs, kprobe_ftrace(p));

Completed in 128 milliseconds