Searched refs:RV_REG_A1 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 18 [BPF_REG_2] = RV_REG_A1, 310 emit(rv_lwu(RV_REG_T1, off, RV_REG_A1), ctx); in emit_bpf_tail_call() 326 emit_add(RV_REG_T2, RV_REG_T2, RV_REG_A1, ctx); in emit_bpf_tail_call()
|
| H A D | bpf_jit.h | 33 RV_REG_A1 = 11, /* Function arguments */ enumerator 61 BIT(RV_REG_A1) | in is_creg()
|
| H A D | bpf_jit_comp32.c | 75 [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()
|