Searched refs:RV_REG_T3 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 249 emit_jalr(RV_REG_ZERO, is_tail_call ? RV_REG_T3 : RV_REG_RA, in __build_epilogue() 382 emit_ld(RV_REG_T3, off, RV_REG_T2, ctx); in emit_bpf_tail_call() 558 emit(is64 ? rv_sc_d(RV_REG_T3, rs, rd, 0, 1) : in emit_atomic() 559 rv_sc_w(RV_REG_T3, rs, rd, 0, 1), ctx); in emit_atomic() 561 emit(rv_bne(RV_REG_T3, 0, jmp_offset >> 1), ctx); in emit_atomic()
|
H A D | bpf_jit.h | 50 RV_REG_T3 = 28, /* Temporaries */ enumerator
|
H A D | bpf_jit_comp32.c | 97 [TMP_REG_1] = {RV_REG_T3, RV_REG_T2},
|