Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c47 static noinline int test_unwind(struct task_struct *task, struct pt_regs *regs, in test_unwind() function
165 u->ret = test_unwind(NULL, (u->flags & UWM_REGS) ? regs : NULL, in kretprobe_ret_handler()
179 return test_unwind(NULL, (u->flags & UWM_REGS) ? &regs : NULL, in test_unwind_kretprobed_func()
223 u->ret = test_unwind(NULL, (u->flags & UWM_REGS) ? regs : NULL, in kprobe_pre_handler()
275 u->ret = test_unwind(NULL, (u->flags & UWM_REGS) ? &fregs->regs : NULL, in test_unwind_ftrace_handler()
337 return test_unwind(NULL, in unwindme_func4()
425 ret = test_unwind(task, NULL, (u->flags & UWM_SP) ? u->sp : 0); in test_unwind_task()
492 KUNIT_ARRAY_PARAM(test_unwind, param_list, get_desc);
H A DMakefile17 obj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o