Lines Matching defs:image
52 void bpf_jit_build_fentry_stubs(u32 *image, struct codegen_context *ctx) in bpf_jit_build_fentry_stubs()
100 int bpf_jit_emit_exit_insn(u32 *image, struct codegen_context *ctx, int tmp_reg, long exit_addr) in bpf_jit_emit_exit_insn()
136 u8 *image = NULL; in bpf_int_jit_compile() local
327 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass, in bpf_add_extable_entry()
448 void arch_free_bpf_trampoline(void *image, unsigned int size) in arch_free_bpf_trampoline()
453 int arch_protect_bpf_trampoline(void *image, unsigned int size) in arch_protect_bpf_trampoline()
458 static int invoke_bpf_prog(u32 *image, u32 *ro_image, struct codegen_context *ctx, in invoke_bpf_prog()
539 static int invoke_bpf_mod_ret(u32 *image, u32 *ro_image, struct codegen_context *ctx, in invoke_bpf_mod_ret()
576 static void bpf_trampoline_setup_tail_call_cnt(u32 *image, struct codegen_context *ctx, in bpf_trampoline_setup_tail_call_cnt()
591 static void bpf_trampoline_restore_tail_call_cnt(u32 *image, struct codegen_context *ctx, in bpf_trampoline_restore_tail_call_cnt()
606 static void bpf_trampoline_save_args(u32 *image, struct codegen_context *ctx, int func_frame_offset, in bpf_trampoline_save_args()
625 static void bpf_trampoline_restore_args_regs(u32 *image, struct codegen_context *ctx, in bpf_trampoline_restore_args_regs()
633 static void bpf_trampoline_restore_args_stack(u32 *image, struct codegen_context *ctx, in bpf_trampoline_restore_args_stack()
660 u32 *image = (u32 *)rw_image; in __arch_prepare_bpf_trampoline() local
976 void *image; in arch_bpf_trampoline_size() local
998 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline()