Searched defs:rw_image (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/arch/x86/net/ |
D | bpf_jit_comp.c | 1140 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, u8 *rw_image, in do_jit() 2266 void *image, void *rw_image) in invoke_bpf_prog() 2381 void *image, void *rw_image) in invoke_bpf() 2398 void *image, void *rw_image) in invoke_bpf_mod_ret() 2493 static int __arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *rw_image, in __arch_prepare_bpf_trampoline() 2796 void *rw_image, *tmp; in arch_prepare_bpf_trampoline() local 2955 u8 *rw_image = NULL; in bpf_int_jit_compile() local
|
/linux-6.8/kernel/bpf/ |
D | core.c | 1110 u8 **rw_image, in bpf_jit_binary_pack_alloc()
|
/linux-6.8/include/linux/ |
D | bpf.h | 1213 void *rw_image; member
|