Searched defs:rvoff (Results 1 – 1 of 1) sorted by relevance
/linux/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 227 static void emit_jump_and_link(u8 rd, s32 rvoff, bool force_jalr, in emit_jump_and_link() 564 static int emit_branch_r64(const s8 *src1, const s8 *src2, s32 rvoff, in emit_branch_r64() 652 static int emit_bcc(u8 op, u8 rd, u8 rs, int rvoff, struct rv_jit_context *ctx) in emit_bcc() 722 static int emit_branch_r32(const s8 *src1, const s8 *src2, s32 rvoff, in emit_branch_r32() 958 int s, e, rvoff, i = insn - ctx->prog->insnsi; in bpf_jit_emit_insn() local
|