Searched refs:test_unwind (Results 1 – 2 of 2) sorted by relevance
40 static noinline int test_unwind(struct task_struct *task, struct pt_regs *regs, in test_unwind() function142 u->ret = test_unwind(NULL, (u->flags & UWM_REGS) ? regs : NULL, in pgm_pre_handler()193 return test_unwind(NULL, in unwindme_func4()284 ret = test_unwind(task, NULL, (u->flags & UWM_SP) ? u->sp : 0); in test_unwind_task()
15 obj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o