Lines Matching refs:unwindme

120 struct unwindme {  struct
129 static struct unwindme *unwindme; argument
160 struct unwindme *u = unwindme; in kretprobe_ret_handler()
171 static noinline notrace int test_unwind_kretprobed_func(struct unwindme *u) in test_unwind_kretprobed_func()
183 static noinline int test_unwind_kretprobed_func_caller(struct unwindme *u) in test_unwind_kretprobed_func_caller()
188 static int test_unwind_kretprobe(struct unwindme *u) in test_unwind_kretprobe()
197 unwindme = u; in test_unwind_kretprobe()
213 unwindme = NULL; in test_unwind_kretprobe()
221 struct unwindme *u = unwindme; in kprobe_pre_handler()
239 static int test_unwind_kprobe(struct unwindme *u) in test_unwind_kprobe()
250 unwindme = u; in test_unwind_kprobe()
264 unwindme = NULL; in test_unwind_kprobe()
273 struct unwindme *u = (struct unwindme *)fregs->regs.gprs[2]; in test_unwind_ftrace_handler()
279 static noinline int test_unwind_ftraced_func(struct unwindme *u) in test_unwind_ftraced_func()
284 static int test_unwind_ftrace(struct unwindme *u) in test_unwind_ftrace()
319 static noinline int unwindme_func4(struct unwindme *u) in unwindme_func4()
344 static noinline int unwindme_func3(struct unwindme *u) in unwindme_func3()
351 static noinline int unwindme_func2(struct unwindme *u) in unwindme_func2()
360 int, unwindme_func3, struct unwindme *, u); in unwindme_func2()
372 return unwindme_func2((struct unwindme *)u); in unwindme_func1()
377 struct unwindme *u = READ_ONCE(unwindme); in unwindme_timer_fn()
380 unwindme = NULL; in unwindme_timer_fn()
389 static int test_unwind_irq(struct unwindme *u) in test_unwind_irq()
391 unwindme = u; in test_unwind_irq()
400 static int test_unwind_task(struct unwindme *u) in test_unwind_task()
496 struct unwindme u; in test_unwind_flags()