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

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c24 [BPF_REG_1] = RV_REG_A0,
38 [RV_REG_A0] = offsetof(struct pt_regs, a0),
262 emit_addiw(RV_REG_A0, RV_REG_A5, 0, ctx);
688 emit_sd(RV_REG_FP, -args_off, RV_REG_A0 + i, ctx);
698 emit_ld(RV_REG_A0 + i, -args_off, RV_REG_FP, ctx);
718 emit_imm(RV_REG_A0, (const s64)p, ctx);
726 emit_mv(RV_REG_S1, RV_REG_A0, ctx);
736 emit_addi(RV_REG_A0, RV_REG_FP, -args_off, ctx);
745 emit_sd(RV_REG_FP, -retval_off, RV_REG_A0, ctx);
752 u32 insn = rv_beq(RV_REG_A0, RV_REG_ZER
[all...]
H A Dbpf_jit_comp32.c75 [BPF_REG_1] = {RV_REG_A1, RV_REG_A0},
150 emit(rv_addi(RV_REG_A0, lo(r0), 0), ctx);
769 emit(rv_addi(lo(r0), RV_REG_A0, 0), ctx);
1348 emit(rv_addi(lo(r1), RV_REG_A0, 0), ctx);
H A Dbpf_jit.h37 RV_REG_A0 = 10, /* Function argument/return values */ enumerator in enum:__anon43
65 BIT(RV_REG_A0) |

Completed in 130 milliseconds