Home
last modified time | relevance | path

Searched refs:bpf_to_rv_reg (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/arch/riscv/net/
Dbpf_jit_comp64.c57 static u8 bpf_to_rv_reg(int bpf_reg, struct rv_jit_context *ctx) in bpf_to_rv_reg() function
371 *rd = bpf_to_rv_reg(insn->dst_reg, ctx); in init_regs()
377 *rs = bpf_to_rv_reg(insn->src_reg, ctx); in init_regs()
453 rd = bpf_to_rv_reg(BPF_REG_0, ctx); in emit_call()
526 r0 = bpf_to_rv_reg(BPF_REG_0, ctx); in emit_atomic()