Searched refs:rw_image (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | dispatcher.c | 115 tmp = d->num_progs ? d->rw_image + noff : NULL; in bpf_dispatcher_update() 146 d->rw_image = bpf_jit_alloc_exec(PAGE_SIZE); in bpf_dispatcher_change_prog() 147 if (!d->rw_image) { in bpf_dispatcher_change_prog()
|
D | core.c | 1063 u8 **rw_image, in bpf_jit_binary_pack_alloc() argument 1100 *rw_image = &(*rw_header)->image[start]; in bpf_jit_binary_pack_alloc()
|
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp.c | 896 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, u8 *rw_image, in do_jit() argument 923 if (rw_image) in do_jit() 924 memcpy(rw_image + proglen, temp, ilen); in do_jit() 1354 ex = (void *)rw_image + ((void *)ex - (void *)image); in do_jit() 1739 memcpy(rw_image + proglen, temp, ilen); in do_jit() 2361 u8 *rw_image = NULL; in bpf_int_jit_compile() local 2398 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile() 2429 proglen = do_jit(prog, addrs, image, rw_image, oldproglen, &ctx, padding); in bpf_int_jit_compile() 2468 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile()
|
/linux-6.1.9/include/linux/ |
D | filter.h | 1053 u8 **rw_image,
|
D | bpf.h | 954 void *rw_image; member
|