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

/linux-master/arch/riscv/net/
H A Dbpf_jit.h39 RV_REG_A2 = 12, enumerator in enum:__anon60
67 BIT(RV_REG_A2) |
H A Dbpf_jit_comp32.c76 [BPF_REG_2] = {RV_REG_A3, RV_REG_A2},
H A Dbpf_jit_comp64.c28 [BPF_REG_3] = RV_REG_A2,
42 [RV_REG_A2] = offsetof(struct pt_regs, a2),
363 emit_zextw(RV_REG_A2, RV_REG_A2, ctx);
370 emit_branch(BPF_JGE, RV_REG_A2, RV_REG_T1, off, ctx);
383 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx);
770 emit_addi(RV_REG_A2, RV_REG_FP, -run_ctx_off, ctx);

Completed in 321 milliseconds