Home
last modified time | relevance | path

Searched refs:UWM_SP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/s390/lib/
H A Dtest_unwind.c135 #define UWM_SP 0x4 /* Pass sp to test_unwind(). */ macro
166 (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...]
/kernel/linux/linux-5.10/arch/s390/lib/
H A Dtest_unwind.c121 #define UWM_SP 0x4 /* Pass sp to test_unwind(). */ macro
143 (u->flags & UWM_SP) ? u->sp : 0); in pgm_pre_handler()
195 (u->flags & UWM_SP) ? u->sp : 0); in unwindme_func4()
284 ret = test_unwind(task, NULL, (u->flags & UWM_SP) ? u->sp : 0); in test_unwind_task()
318 TEST(UWM_SP); in test_unwind_init()
321 TEST(UWM_SP | UWM_REGS); in test_unwind_init()
322 TEST(UWM_CALLER | UWM_SP); in test_unwind_init()
323 TEST(UWM_CALLER | UWM_SP | UWM_REGS); in test_unwind_init()
324 TEST(UWM_CALLER | UWM_SP | UWM_REGS | UWM_SWITCH_STACK); in test_unwind_init()
326 TEST(UWM_THREAD | UWM_SP); in test_unwind_init()
[all...]

Completed in 2 milliseconds