Lines Matching refs:codegen_context
160 struct codegen_context { struct
191 static inline bool bpf_is_seen_register(struct codegen_context *ctx, int i) in bpf_is_seen_register() argument
196 static inline void bpf_set_seen_register(struct codegen_context *ctx, int i) in bpf_set_seen_register()
201 static inline void bpf_clear_seen_register(struct codegen_context *ctx, int i) in bpf_clear_seen_register()
206 void bpf_jit_init_reg_mapping(struct codegen_context *ctx);
207 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func);
208 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx,
210 void bpf_jit_build_prologue(u32 *image, struct codegen_context *ctx);
211 void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx);
212 void bpf_jit_build_fentry_stubs(u32 *image, struct codegen_context *ctx);
213 void bpf_jit_realloc_regs(struct codegen_context *ctx);
214 int bpf_jit_emit_exit_insn(u32 *image, struct codegen_context *ctx, int tmp_reg, long exit_addr);
217 struct codegen_context *ctx, int insn_idx,