Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c24 [BPF_REG_2] = RV_REG_A1,
38 [RV_REG_A1] = offsetof(struct pt_regs, a1),
354 emit(rv_lwu(RV_REG_T1, off, RV_REG_A1), ctx); in emit_bpf_tail_call()
370 emit_add(RV_REG_T2, RV_REG_T2, RV_REG_A1, ctx); in emit_bpf_tail_call()
738 emit_addi(RV_REG_A1, RV_REG_FP, -run_ctx_off, ctx); in invoke_bpf_prog()
757 emit_imm(RV_REG_A1, (const s64)p->insnsi, ctx); in invoke_bpf_prog()
777 emit_mv(RV_REG_A1, RV_REG_S1, ctx); in invoke_bpf_prog()
H A 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()
H A Dbpf_jit.h33 RV_REG_A1 = 11, /* Function arguments */ enumerator
61 BIT(RV_REG_A1) | in is_creg()