Lines Matching refs:jit_ctx
46 static void mark_call(struct jit_ctx *ctx)
51 static void mark_tail_call(struct jit_ctx *ctx)
56 static bool seen_call(struct jit_ctx *ctx)
61 static bool seen_tail_call(struct jit_ctx *ctx)
66 static u8 tail_call_reg(struct jit_ctx *ctx)
100 static void build_prologue(struct jit_ctx *ctx)
166 static void __build_epilogue(struct jit_ctx *ctx, bool is_tail_call)
211 void build_epilogue(struct jit_ctx *ctx)
218 static int emit_bpf_tail_call(struct jit_ctx *ctx)
284 static int build_insn(const struct bpf_insn *insn, struct jit_ctx *ctx, bool extra_pass)
779 static int build_body(struct jit_ctx *ctx, bool extra_pass)
823 static int validate_code(struct jit_ctx *ctx)
843 struct jit_ctx ctx;