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

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c26 [BPF_REG_3] = RV_REG_A2,
40 [RV_REG_A2] = offsetof(struct pt_regs, a2),
357 emit_zextw(RV_REG_A2, RV_REG_A2, ctx);
364 emit_branch(BPF_JGE, RV_REG_A2, RV_REG_T1, off, ctx);
377 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx);
761 emit_addi(RV_REG_A2, RV_REG_FP, -run_ctx_off, ctx);
H A Dbpf_jit.h39 RV_REG_A2 = 12, enumerator in enum:__anon43
67 BIT(RV_REG_A2) |
H A Dbpf_jit_comp32.c76 [BPF_REG_2] = {RV_REG_A3, RV_REG_A2},

Completed in 179 milliseconds