Home
last modified time | relevance | path

Searched refs:RV_REG_T3 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/riscv/net/
H A Dbpf_jit_comp64.c249 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, 0) : in emit_atomic()
559 rv_sc_w(RV_REG_T3, rs, rd, 0, 0), ctx); in emit_atomic()
561 emit(rv_bne(RV_REG_T3, 0, jmp_offset >> 1), ctx); in emit_atomic()
H A Dbpf_jit.h50 RV_REG_T3 = 28, /* Temporaries */ enumerator
H A Dbpf_jit_comp32.c97 [TMP_REG_1] = {RV_REG_T3, RV_REG_T2},
/kernel/linux/linux-5.10/arch/riscv/net/
H A Dbpf_jit_comp64.c205 emit_jalr(RV_REG_ZERO, is_tail_call ? RV_REG_T3 : RV_REG_RA, in __build_epilogue()
338 emit_ld(RV_REG_T3, off, RV_REG_T2, ctx); in emit_bpf_tail_call()
H A Dbpf_jit.h50 RV_REG_T3 = 28, /* Temporaries */ enumerator
H A Dbpf_jit_comp32.c97 [TMP_REG_1] = {RV_REG_T3, RV_REG_T2},

Completed in 14 milliseconds