Searched refs:RV_REG_A0 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/arch/riscv/net/ |
D | bpf_jit_comp64.c | 18 [BPF_REG_1] = RV_REG_A0, 32 [RV_REG_A0] = offsetof(struct pt_regs, a0), 220 emit_mv(RV_REG_A0, RV_REG_A5, ctx); in __build_epilogue() 454 emit_mv(rd, RV_REG_A0, ctx); in emit_call()
|
D | bpf_jit_comp32.c | 75 [BPF_REG_1] = {RV_REG_A1, RV_REG_A0}, 150 emit(rv_addi(RV_REG_A0, lo(r0), 0), ctx); in __build_epilogue() 769 emit(rv_addi(lo(r0), RV_REG_A0, 0), ctx); in emit_call() 1348 emit(rv_addi(lo(r1), RV_REG_A0, 0), ctx); in bpf_jit_build_prologue()
|
D | bpf_jit.h | 32 RV_REG_A0 = 10, /* Function argument/return values */ enumerator 60 BIT(RV_REG_A0) | in is_creg()
|