Searched refs:UWM_REGS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/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_STAC [all...] |
/kernel/linux/linux-5.10/arch/s390/lib/ |
H A D | test_unwind.c | 120 #define UWM_REGS 0x2 /* Pass regs to test_unwind(). */ macro 142 u->ret = test_unwind(NULL, (u->flags & UWM_REGS) ? regs : NULL, in pgm_pre_handler() 194 (u->flags & UWM_REGS) ? ®s : NULL, in unwindme_func4() 319 TEST(UWM_REGS); in test_unwind_init() 321 TEST(UWM_SP | UWM_REGS); 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() 331 TEST(UWM_IRQ | UWM_REGS); in test_unwind_init() 332 TEST(UWM_IRQ | UWM_SP | UWM_REGS); in test_unwind_init() 334 TEST(UWM_IRQ | UWM_CALLER | UWM_SP | UWM_REGS); in test_unwind_init() [all...] |
Completed in 2 milliseconds