Searched refs:RV_REG_S1 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c29 [BPF_REG_6] = RV_REG_S1,
44 [RV_REG_S1] = offsetof(struct pt_regs, s1),
55 RV_CTX_F_SEEN_S1 = RV_REG_S1,
234 if (seen_reg(RV_REG_S1, ctx)) {
235 emit_ld(RV_REG_S1, store_offset, RV_REG_SP, ctx);
726 emit_mv(RV_REG_S1, RV_REG_A0, ctx);
759 emit_mv(RV_REG_A1, RV_REG_S1, ctx);
891 emit_sd(RV_REG_FP, -sreg_off, RV_REG_S1, ctx);
984 emit_ld(RV_REG_S1, -sreg_off, RV_REG_FP, ctx);
1750 if (seen_reg(RV_REG_S1, ct
[all...]
H A Dbpf_jit_comp32.c73 [BPF_REG_0] = {RV_REG_S2, RV_REG_S1},
157 emit(rv_lw(RV_REG_S1, stack_adjust - 12, RV_REG_SP), ctx);
1332 emit(rv_sw(RV_REG_SP, stack_adjust - 12, RV_REG_S1), ctx);
H A Dbpf_jit.h36 RV_REG_S1 = 9, /* Saved register */ enumerator in enum:__anon43
64 BIT(RV_REG_S1) |

Completed in 195 milliseconds