Searched refs:bpf_to_rv_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 41 static u8 bpf_to_rv_reg(int bpf_reg, struct rv_jit_context *ctx) in bpf_to_rv_reg() function 356 *rd = bpf_to_rv_reg(insn->dst_reg, ctx); in init_regs() 362 *rs = bpf_to_rv_reg(insn->src_reg, ctx); in init_regs() 860 emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx); in bpf_jit_emit_insn()
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 62 static u8 bpf_to_rv_reg(int bpf_reg, struct rv_jit_context *ctx) in bpf_to_rv_reg() function 399 *rd = bpf_to_rv_reg(insn->dst_reg, ctx); in init_regs() 405 *rs = bpf_to_rv_reg(insn->src_reg, ctx); in init_regs() 551 r0 = bpf_to_rv_reg(BPF_REG_0, ctx); in emit_atomic() 1524 emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx); in bpf_jit_emit_insn()
|
Completed in 4 milliseconds