Lines Matching refs:codegen_context

32 static inline bool bpf_is_seen_register(struct codegen_context *ctx, int i)  in bpf_is_seen_register()
37 static inline void bpf_set_seen_register(struct codegen_context *ctx, int i) in bpf_set_seen_register()
42 static inline bool bpf_has_stack_frame(struct codegen_context *ctx) in bpf_has_stack_frame()
64 static int bpf_jit_stack_local(struct codegen_context *ctx) in bpf_jit_stack_local()
72 static int bpf_jit_stack_tailcallcnt(struct codegen_context *ctx) in bpf_jit_stack_tailcallcnt()
77 static int bpf_jit_stack_offsetof(struct codegen_context *ctx, int reg) in bpf_jit_stack_offsetof()
88 static void bpf_jit_build_prologue(u32 *image, struct codegen_context *ctx) in bpf_jit_build_prologue()
136 static void bpf_jit_emit_common_epilogue(u32 *image, struct codegen_context *ctx) in bpf_jit_emit_common_epilogue()
155 static void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx) in bpf_jit_build_epilogue()
165 static void bpf_jit_emit_func_call_hlp(u32 *image, struct codegen_context *ctx, in bpf_jit_emit_func_call_hlp()
190 static void bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, in bpf_jit_emit_func_call_rel()
227 static void bpf_jit_emit_tail_call(u32 *image, struct codegen_context *ctx, u32 out) in bpf_jit_emit_tail_call()
293 struct codegen_context *ctx, in bpf_jit_build_body()
1017 struct codegen_context *ctx, u32 *addrs) in bpf_jit_fixup_subprog_calls()
1069 struct codegen_context ctx;
1085 struct codegen_context cgctx; in bpf_int_jit_compile()
1134 memset(&cgctx, 0, sizeof(struct codegen_context)); in bpf_int_jit_compile()