Lines Matching refs:codegen_context
122 struct codegen_context { struct
154 static inline bool bpf_is_seen_register(struct codegen_context *ctx, int i) in bpf_is_seen_register() argument
159 static inline void bpf_set_seen_register(struct codegen_context *ctx, int i) in bpf_set_seen_register()
164 static inline void bpf_clear_seen_register(struct codegen_context *ctx, int i) in bpf_clear_seen_register()
169 void bpf_jit_init_reg_mapping(struct codegen_context *ctx);
170 int bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func);
171 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, struct codegen_context *ctx,
173 void bpf_jit_build_prologue(u32 *image, struct codegen_context *ctx);
174 void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx);
175 void bpf_jit_realloc_regs(struct codegen_context *ctx);
176 int bpf_jit_emit_exit_insn(u32 *image, struct codegen_context *ctx, int tmp_reg, long exit_addr);
178 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, int pass, struct codegen_context *ctx,