Searched refs:test_unwind (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/s390/lib/ |
H A D | test_unwind.c | 47 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) ? ®s : 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 D | Makefile | 17 obj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |