Searched refs:UWM_SP (Results 1 – 1 of 1) sorted by relevance
135 #define UWM_SP 0x4 /* Pass sp to test_unwind(). */ macro166 (u->flags & UWM_SP) ? u->sp : 0); in kretprobe_ret_handler()180 (u->flags & UWM_SP) ? u->sp : 0); in test_unwind_kretprobed_func()224 (u->flags & UWM_SP) ? u->sp : 0); in kprobe_pre_handler()276 (u->flags & UWM_SP) ? u->sp : 0); in test_unwind_ftrace_handler()339 (u->flags & UWM_SP) ? u->sp : 0); in unwindme_func4()425 ret = test_unwind(task, NULL, (u->flags & UWM_SP) ? u->sp : 0); in test_unwind_task()441 TEST_WITH_FLAGS(UWM_SP),444 TEST_WITH_FLAGS(UWM_SP | UWM_REGS),445 TEST_WITH_FLAGS(UWM_CALLER | UWM_SP),[all …]