Home
last modified time | relevance | path

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

/Linux-v6.6/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.c1077 u8 **rw_image, in bpf_jit_binary_pack_alloc() argument
1114 *rw_image = &(*rw_header)->image[start]; in bpf_jit_binary_pack_alloc()
/Linux-v6.6/arch/x86/net/
Dbpf_jit_comp.c1021 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, u8 *rw_image, in do_jit() argument
1048 if (rw_image) in do_jit()
1049 memcpy(rw_image + proglen, temp, ilen); in do_jit()
1539 ex = (void *)rw_image + ((void *)ex - (void *)image); in do_jit()
1939 memcpy(rw_image + proglen, temp, ilen); in do_jit()
2706 u8 *rw_image = NULL; in bpf_int_jit_compile() local
2743 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile()
2774 proglen = do_jit(prog, addrs, image, rw_image, oldproglen, &ctx, padding); in bpf_int_jit_compile()
2813 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile()
2826 bpf_jit_dump(prog->len, proglen, pass + 1, rw_image); in bpf_int_jit_compile()
/Linux-v6.6/include/linux/
Dfilter.h1044 u8 **rw_image,
Dbpf.h1167 void *rw_image; member