Home
last modified time | relevance | path

Searched refs:test_unwind (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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
134 #define UWM_REGS 0x2 /* Pass regs to test_unwind(). */
135 #define UWM_SP 0x4 /* Pass sp to test_unwind(). */
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()
399 /* Spawns a task and passes it to test_unwind(). */
425 ret = test_unwind(tas in test_unwind_task()
[all...]
H A DMakefile17 obj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o
/kernel/linux/linux-5.10/arch/s390/lib/
H A Dtest_unwind.c6 #define pr_fmt(fmt) "test_unwind: " fmt
40 static noinline int test_unwind(struct task_struct *task, struct pt_regs *regs, in test_unwind() function
120 #define UWM_REGS 0x2 /* Pass regs to test_unwind(). */
121 #define UWM_SP 0x4 /* Pass sp to test_unwind(). */
142 u->ret = test_unwind(NULL, (u->flags & UWM_REGS) ? regs : NULL, in pgm_pre_handler()
193 return test_unwind(NULL, in unwindme_func4()
258 /* Spawns a task and passes it to test_unwind(). */
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

Completed in 2 milliseconds