Searched refs:UWM_REGS (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/s390/lib/ |
H A D | test_unwind.c | 134 #define UWM_REGS 0x2 /* Pass regs to test_unwind(). */ macro 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() 338 (u->flags & UWM_REGS) ? ®s : NULL, in unwindme_func4() 442 TEST_WITH_FLAGS(UWM_REGS), 444 TEST_WITH_FLAGS(UWM_SP | UWM_REGS), 446 TEST_WITH_FLAGS(UWM_CALLER | UWM_SP | UWM_REGS), 447 TEST_WITH_FLAGS(UWM_CALLER | UWM_SP | UWM_REGS | UWM_SWITCH_STACK), [all …]
|