Home
last modified time | relevance | path

Searched refs:ptr__arena (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h123 int bpf_testmod_ops3_call_test_arena(__u64 *ptr__arena) __ksym;
125 int bpf_testmod_ops3_call_test_arena_stack(__u64 *ptr__arena) __ksym;
126 int bpf_testmod_ops3_call_test_arena_multislot(__u64 *ptr__arena) __ksym;
H A Dbpf_testmod.c388 static int bpf_testmod_ops3__test_arena(u64 *ptr__arena) in bpf_testmod_ops3__test_arena() argument
400 u64 *ptr__arena) in bpf_testmod_ops3__test_arena_stack() argument
406 u64 *ptr__arena) in bpf_testmod_ops3__test_arena_multislot() argument
436 __bpf_kfunc int bpf_testmod_ops3_call_test_arena(u64 *ptr__arena) in bpf_testmod_ops3_call_test_arena() argument
438 return st_ops3->test_arena(ptr__arena); in bpf_testmod_ops3_call_test_arena()
446 __bpf_kfunc int bpf_testmod_ops3_call_test_arena_stack(u64 *ptr__arena) in bpf_testmod_ops3_call_test_arena_stack() argument
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()
451 __bpf_kfunc int bpf_testmod_ops3_call_test_arena_multislot(u64 *ptr__arena) in bpf_testmod_ops3_call_test_arena_multislot() argument
455 return st_ops3->test_arena_multislot(p, ptr__arena); in bpf_testmod_ops3_call_test_arena_multislot()