Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Dtest_unwind.c40 static noinline int test_unwind(struct task_struct *task, struct pt_regs *regs, in test_unwind() function
142 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()
H A DMakefile15 obj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o