Searched refs:RV_REG_T0 (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/riscv/net/ |
A D | bpf_jit_comp32.c | 257 emit_imm(RV_REG_T0, imm, ctx); in emit_alu_i64() 467 emit(rv_srl(RV_REG_T0, RV_REG_T0, RV_REG_T1), ctx); in emit_alu_r64() 481 emit(rv_sll(RV_REG_T0, RV_REG_T0, RV_REG_T1), ctx); in emit_alu_r64() 495 emit(rv_sll(RV_REG_T0, RV_REG_T0, RV_REG_T1), ctx); in emit_alu_r64() 815 emit(rv_add(RV_REG_T0, RV_REG_T0, lo(arr_reg)), ctx); in emit_bpf_tail_call() 819 emit(rv_lw(RV_REG_T0, off, RV_REG_T0), ctx); in emit_bpf_tail_call() 830 emit(rv_lw(RV_REG_T0, off, RV_REG_T0), ctx); in emit_bpf_tail_call() 844 emit_imm(RV_REG_T0, off, ctx); in emit_load_r64() 845 emit(rv_add(RV_REG_T0, RV_REG_T0, lo(rs)), ctx); in emit_load_r64() 885 emit_imm(RV_REG_T0, off, ctx); in emit_store_r64() [all …]
|
A D | bpf_jit_comp64.c | 31 [BPF_REG_AX] = RV_REG_T0, 46 [RV_REG_T0] = offsetof(struct pt_regs, t0),
|
A D | bpf_jit.h | 27 RV_REG_T0 = 5, /* Temporaries */ enumerator
|
Completed in 11 milliseconds