Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/lib/
Dtest_unwind.c106 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()
183 unwindme = NULL; in unwindme_func4()
199 static noinline int unwindme_func3(struct unwindme *u) in unwindme_func3()
206 static noinline int unwindme_func2(struct unwindme *u) in unwindme_func2()
215 int, unwindme_func3, struct unwindme *, u); in unwindme_func2()
227 return unwindme_func2((struct unwindme *)u); in unwindme_func1()
[all …]