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

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c30 [BPF_REG_7] = RV_REG_S2,
45 [RV_REG_S2] = offsetof(struct pt_regs, s2),
56 RV_CTX_F_SEEN_S2 = RV_REG_S2,
238 if (seen_reg(RV_REG_S2, ctx)) {
239 emit_ld(RV_REG_S2, store_offset, RV_REG_SP, ctx);
1752 if (seen_reg(RV_REG_S2, ctx))
1793 if (seen_reg(RV_REG_S2, ctx)) {
1794 emit_sd(RV_REG_SP, store_offset, RV_REG_S2, ctx);
H A Dbpf_jit_comp32.c73 [BPF_REG_0] = {RV_REG_S2, RV_REG_S1},
158 emit(rv_lw(RV_REG_S2, stack_adjust - 16, RV_REG_SP), ctx);
1333 emit(rv_sw(RV_REG_SP, stack_adjust - 16, RV_REG_S2), ctx);
H A Dbpf_jit.h45 RV_REG_S2 = 18, /* Saved registers */ enumerator in enum:__anon43

Completed in 126 milliseconds