Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit_comp64.c19 [BPF_REG_2] = RV_REG_A1,
33 [RV_REG_A1] = offsetof(struct pt_regs, a1),
326 emit(rv_lwu(RV_REG_T1, off, RV_REG_A1), ctx); in emit_bpf_tail_call()
342 emit_add(RV_REG_T2, RV_REG_T2, RV_REG_A1, ctx); in emit_bpf_tail_call()
Dbpf_jit_comp32.c75 [BPF_REG_1] = {RV_REG_A1, RV_REG_A0},
151 emit(rv_addi(RV_REG_A1, hi(r0), 0), ctx); in __build_epilogue()
770 emit(rv_addi(hi(r0), RV_REG_A1, 0), ctx); in emit_call()
Dbpf_jit.h33 RV_REG_A1 = 11, /* Function arguments */ enumerator
61 BIT(RV_REG_A1) | in is_creg()