Searched refs:ptr__arena (Results 1 – 2 of 2) sorted by relevance
123 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;
388 static int bpf_testmod_ops3__test_arena(u64 *ptr__arena) in bpf_testmod_ops3__test_arena() argument400 u64 *ptr__arena) in bpf_testmod_ops3__test_arena_stack() argument406 u64 *ptr__arena) in bpf_testmod_ops3__test_arena_multislot() argument436 __bpf_kfunc int bpf_testmod_ops3_call_test_arena(u64 *ptr__arena) in bpf_testmod_ops3_call_test_arena() argument438 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() argument448 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() argument455 return st_ops3->test_arena_multislot(p, ptr__arena); in bpf_testmod_ops3_call_test_arena_multislot()