Searched defs:rw_image (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 1415 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, u8 *rw_image, in do_jit() 2639 void *image, void *rw_image) in invoke_bpf_prog() 2754 void *image, void *rw_image) in invoke_bpf() 2771 void *image, void *rw_image) in invoke_bpf_mod_ret() 2870 static int __arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *rw_image, in __arch_prepare_bpf_trampoline() 3170 void *rw_image, *tmp; in arch_prepare_bpf_trampoline() local 3329 u8 *rw_image = NULL; in bpf_int_jit_compile() local
|
/linux-6.12.1/kernel/bpf/ |
D | core.c | 1134 u8 **rw_image, in bpf_jit_binary_pack_alloc()
|
/linux-6.12.1/include/linux/ |
D | bpf.h | 1247 void *rw_image; member
|