Searched refs:RUN_SUCCESS (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | exceptions.c | 41 #define RUN_SUCCESS(_prog, return_val) \ in test_exceptions_success() macro 48 RUN_SUCCESS(exception_throw_always_1, 64); in test_exceptions_success() 49 RUN_SUCCESS(exception_throw_always_2, 32); in test_exceptions_success() 50 RUN_SUCCESS(exception_throw_unwind_1, 16); in test_exceptions_success() 51 RUN_SUCCESS(exception_throw_unwind_2, 32); in test_exceptions_success() 52 RUN_SUCCESS(exception_throw_default, 0); in test_exceptions_success() 53 RUN_SUCCESS(exception_throw_default_value, 5); in test_exceptions_success() 54 RUN_SUCCESS(exception_tail_call, 24); in test_exceptions_success() 55 RUN_SUCCESS(exception_ext, 0); in test_exceptions_success() 56 RUN_SUCCESS(exception_ext_mod_cb_runtime, 35); in test_exceptions_success() [all …]
|