Searched refs:rv_jit_context (Results 1 – 1 of 1) sorted by relevance
76 struct rv_jit_context { struct89 struct rv_jit_context ctx; argument92 static u8 bpf_to_rv_reg(int bpf_reg, struct rv_jit_context *ctx) in bpf_to_rv_reg()108 static bool seen_reg(int reg, struct rv_jit_context *ctx) in seen_reg()123 static void mark_call(struct rv_jit_context *ctx) in mark_call()128 static bool seen_call(struct rv_jit_context *ctx) in seen_call()133 static void mark_tail_call(struct rv_jit_context *ctx) in mark_tail_call()138 static bool seen_tail_call(struct rv_jit_context *ctx) in seen_tail_call()143 static u8 rv_tail_call_reg(struct rv_jit_context *ctx) in rv_tail_call_reg()154 static void emit(const u32 insn, struct rv_jit_context *ctx) in emit()[all …]