Lines Matching refs:unwindme
106 struct unwindme { struct
115 static struct unwindme *unwindme; variable
140 struct unwindme *u = unwindme; in pgm_pre_handler()
149 static noinline int unwindme_func4(struct unwindme *u) in unwindme_func4()
163 unwindme = u; in unwindme_func4()
184 unwindme = NULL; in unwindme_func4()
200 static noinline int unwindme_func3(struct unwindme *u) in unwindme_func3()
207 static noinline int unwindme_func2(struct unwindme *u) in unwindme_func2()
227 return unwindme_func2((struct unwindme *)u); in unwindme_func1()
234 struct unwindme *u = READ_ONCE(unwindme); in unwindme_irq_handler()
237 unwindme = NULL; in unwindme_irq_handler()
243 static int test_unwind_irq(struct unwindme *u) in test_unwind_irq()
251 unwindme = u; in test_unwind_irq()
259 static int test_unwind_task(struct unwindme *u) in test_unwind_task()
291 struct unwindme u; in test_unwind_flags()