Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Ddispatcher.c89 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-6.3-rc2/arch/x86/net/
A Dbpf_jit_comp.c2422 int arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs) in arch_prepare_bpf_dispatcher() function
/linux-6.3-rc2/include/linux/
A Dbpf.h1133 int arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs);

Completed in 18 milliseconds