Lines Matching refs:codegen_context

76 void bpf_jit_init_reg_mapping(struct codegen_context *ctx)  in bpf_jit_init_reg_mapping()
104 static inline bool bpf_has_stack_frame(struct codegen_context *ctx) in bpf_has_stack_frame()
140 static int bpf_jit_stack_local(struct codegen_context *ctx) in bpf_jit_stack_local()
156 static int bpf_jit_stack_tailcallinfo_offset(struct codegen_context *ctx) in bpf_jit_stack_tailcallinfo_offset()
161 static int bpf_jit_stack_offsetof(struct codegen_context *ctx, int reg) in bpf_jit_stack_offsetof()
182 void bpf_jit_realloc_regs(struct codegen_context *ctx) in bpf_jit_realloc_regs()
190 static int bpf_jit_stack_size(struct codegen_context *ctx) in bpf_jit_stack_size()
197 void bpf_jit_build_prologue(u32 *image, struct codegen_context *ctx) in bpf_jit_build_prologue()
318 static void bpf_jit_emit_common_epilogue(u32 *image, struct codegen_context *ctx) in bpf_jit_emit_common_epilogue()
351 void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx) in bpf_jit_build_epilogue()
404 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel()
502 static int zero_extend(u32 *image, struct codegen_context *ctx, u32 src_reg, u32 dst_reg, u32 size) in zero_extend()
525 static int sign_extend(u32 *image, struct codegen_context *ctx, u32 src_reg, u32 dst_reg, u32 size) in sign_extend()
554 struct codegen_context *ctx, in prepare_for_kfunc_call()
579 static int bpf_jit_emit_tail_call(u32 *image, struct codegen_context *ctx, u32 out) in bpf_jit_emit_tail_call()
705 static int bpf_jit_emit_atomic_ops(u32 *image, struct codegen_context *ctx, in bpf_jit_emit_atomic_ops()
810 static int bpf_jit_emit_probe_mem_store(struct codegen_context *ctx, u32 src_reg, s16 off, in bpf_jit_emit_probe_mem_store()
840 static int emit_atomic_ld_st(const struct bpf_insn insn, struct codegen_context *ctx, u32 *image) in emit_atomic_ld_st()
906 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, in bpf_jit_build_body()