Lines Matching refs:jit_ctx
59 struct jit_ctx { struct
68 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() argument
77 struct jit_ctx *ctx) in emit_a64_mov_i64()
94 const s32 val, struct jit_ctx *ctx) in emit_a64_mov_i()
114 const struct jit_ctx *ctx) in bpf2a64_offset()
131 static inline int epilogue_offset(const struct jit_ctx *ctx) in epilogue_offset()
142 static void build_prologue(struct jit_ctx *ctx) in build_prologue()
175 static void build_epilogue(struct jit_ctx *ctx) in build_epilogue()
214 static int build_insn(const struct bpf_insn *insn, struct jit_ctx *ctx) in build_insn()
670 static int build_body(struct jit_ctx *ctx) in build_body()
708 struct jit_ctx ctx; in bpf_int_jit_compile()