Searched refs:test_arena_stack (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | struct_ops_arena.c | 82 .test_arena_stack = (void *)test_arena_stack_cb,
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.h | 119 int (*test_arena_stack)(u64 a, u64 b, u64 c, u64 d, u64 e, u64 f, member
|
| H A D | bpf_testmod.c | 416 .test_arena_stack = bpf_testmod_ops3__test_arena_stack, 448 return st_ops3->test_arena_stack(1, 2, 3, 4, 5, 6, 7, 8, ptr__arena); in bpf_testmod_ops3_call_test_arena_stack()
|