Home
last modified time | relevance | path

Searched refs:rw_image (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/net/
H A Dbpf_jit_comp.c1368 if (rw_image) in do_jit()
2549 void *image, void *rw_image) in invoke_bpf_prog() argument
2664 void *image, void *rw_image) in invoke_bpf() argument
2693 image, rw_image)) in invoke_bpf_mod_ret()
2885 prog = rw_image; in __arch_prepare_bpf_trampoline()
3005 false, image, rw_image)) { in __arch_prepare_bpf_trampoline()
3076 void *rw_image, *tmp; in arch_prepare_bpf_trampoline() local
3084 if (!rw_image) in arch_prepare_bpf_trampoline()
3087 ret = __arch_prepare_bpf_trampoline(im, rw_image, rw_image + size, image, m, in arch_prepare_bpf_trampoline()
3096 kvfree(rw_image); in arch_prepare_bpf_trampoline()
[all …]
/linux/kernel/bpf/
H A Ddispatcher.c115 tmp = d->num_progs ? d->rw_image + noff : NULL; in bpf_dispatcher_update()
151 d->rw_image = bpf_jit_alloc_exec(PAGE_SIZE); in bpf_dispatcher_change_prog()
152 if (!d->rw_image) { in bpf_dispatcher_change_prog()
H A Dcore.c1135 u8 **rw_image, in bpf_jit_binary_pack_alloc() argument
1171 *rw_image = &(*rw_header)->image[start]; in bpf_jit_binary_pack_alloc()
/linux/include/linux/
H A Dfilter.h1130 u8 **rw_image,
H A Dbpf.h1225 void *rw_image; member