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()
148 static void build_prologue(struct jit_ctx *ctx) in build_prologue()
209 static void build_epilogue(struct jit_ctx *ctx) in build_epilogue()
247 static int build_insn(const struct bpf_insn *insn, struct jit_ctx *ctx) in build_insn()
721 static int build_body(struct jit_ctx *ctx) in build_body()
759 struct jit_ctx ctx; in bpf_int_jit_compile()