Home
last modified time | relevance | path

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

/openbmc/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.c1094 u8 **rw_image, in bpf_jit_binary_pack_alloc() argument
1131 *rw_image = &(*rw_header)->image[start]; in bpf_jit_binary_pack_alloc()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c1075 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, u8 *rw_image, in do_jit() argument
1102 if (rw_image) in do_jit()
1103 memcpy(rw_image + proglen, temp, ilen); in do_jit()
1586 ex = (void *)rw_image + ((void *)ex - (void *)image); in do_jit()
1984 memcpy(rw_image + proglen, temp, ilen); in do_jit()
2765 u8 *rw_image = NULL; in bpf_int_jit_compile() local
2802 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile()
2833 proglen = do_jit(prog, addrs, image, rw_image, oldproglen, &ctx, padding); in bpf_int_jit_compile()
2872 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile()
2885 bpf_jit_dump(prog->len, proglen, pass + 1, rw_image); in bpf_int_jit_compile()
/openbmc/linux/include/linux/
H A Dfilter.h1047 u8 **rw_image,
H A Dbpf.h1199 void *rw_image; member