Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit_comp64.c20 [BPF_REG_3] = RV_REG_A2,
34 [RV_REG_A2] = offsetof(struct pt_regs, a2),
321 emit_zext_32(RV_REG_A2, ctx); in emit_bpf_tail_call()
328 emit_branch(BPF_JGE, RV_REG_A2, RV_REG_T1, off, ctx); in emit_bpf_tail_call()
341 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx); in emit_bpf_tail_call()
Dbpf_jit.h34 RV_REG_A2 = 12, enumerator
62 BIT(RV_REG_A2) | in is_creg()
Dbpf_jit_comp32.c76 [BPF_REG_2] = {RV_REG_A3, RV_REG_A2},