Searched refs:arch_prepare_bpf_dispatcher (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | dispatcher.c | 88 int __weak arch_prepare_bpf_dispatcher(void *image, s64 *funcs, int num_funcs) in arch_prepare_bpf_dispatcher() function 102 return arch_prepare_bpf_dispatcher(image, &ips[0], d->num_progs); in bpf_dispatcher_prepare()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/x86/net/ |
H A D | bpf_jit_comp.c | 1996 int arch_prepare_bpf_dispatcher(void *image, s64 *funcs, int num_funcs) in arch_prepare_bpf_dispatcher() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf.h | 732 int arch_prepare_bpf_dispatcher(void *image, s64 *funcs, int num_funcs);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 1239 int arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs);
|
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2691 int arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs) in arch_prepare_bpf_dispatcher() function
|
Completed in 16 milliseconds