Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
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()
Dcore.c1085 u8 **rw_image, in bpf_jit_binary_pack_alloc() argument
1122 *rw_image = &(*rw_header)->image[start]; in bpf_jit_binary_pack_alloc()
/linux-6.6.21/arch/x86/net/
Dbpf_jit_comp.c1025 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, u8 *rw_image, in do_jit() argument
1052 if (rw_image) in do_jit()
1053 memcpy(rw_image + proglen, temp, ilen); in do_jit()
1543 ex = (void *)rw_image + ((void *)ex - (void *)image); in do_jit()
1941 memcpy(rw_image + proglen, temp, ilen); in do_jit()
2722 u8 *rw_image = NULL; in bpf_int_jit_compile() local
2759 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile()
2790 proglen = do_jit(prog, addrs, image, rw_image, oldproglen, &ctx, padding); in bpf_int_jit_compile()
2829 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile()
2842 bpf_jit_dump(prog->len, proglen, pass + 1, rw_image); in bpf_int_jit_compile()
/linux-6.6.21/include/linux/
Dfilter.h1044 u8 **rw_image,
Dbpf.h1185 void *rw_image; member