Home
last modified time | relevance | path

Searched refs:test_arena_stack (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_arena.c82 .test_arena_stack = (void *)test_arena_stack_cb,
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.h119 int (*test_arena_stack)(u64 a, u64 b, u64 c, u64 d, u64 e, u64 f, member
H A Dbpf_testmod.c416 .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()