Searched refs:arch_prepare_bpf_dispatcher (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/kernel/bpf/ |
| D | dispatcher.c | 89 int __weak arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs) in arch_prepare_bpf_dispatcher() function 103 return arch_prepare_bpf_dispatcher(image, buf, &ips[0], d->num_progs); in bpf_dispatcher_prepare()
|
| /Linux-v6.1/arch/x86/net/ |
| D | bpf_jit_comp.c | 2330 int arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs) in arch_prepare_bpf_dispatcher() function
|
| /Linux-v6.1/include/linux/ |
| D | bpf.h | 977 int arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs);
|