Lines Matching refs:codegen_context
121 struct codegen_context { struct
147 static inline bool bpf_is_seen_register(struct codegen_context *ctx, int i) in bpf_is_seen_register() argument
152 static inline void bpf_set_seen_register(struct codegen_context *ctx, int i) in bpf_set_seen_register()
157 static inline void bpf_clear_seen_register(struct codegen_context *ctx, int i) in bpf_clear_seen_register()
162 void bpf_jit_init_reg_mapping(struct codegen_context *ctx);
163 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func);
164 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx,
166 void bpf_jit_build_prologue(u32 *image, struct codegen_context *ctx);
167 void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx);
168 void bpf_jit_realloc_regs(struct codegen_context *ctx);
169 int bpf_jit_emit_exit_insn(u32 *image, struct codegen_context *ctx, int tmp_reg, long exit_addr);
172 struct codegen_context *ctx, int insn_idx,