Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c31 RV_REG_S2 = 18, /* Saved registers */ enumerator
58 [BPF_REG_7] = RV_REG_S2,
69 RV_CTX_F_SEEN_S2 = RV_REG_S2,
576 if (seen_reg(RV_REG_S2, ctx)) { in __build_epilogue()
577 emit(rv_ld(RV_REG_S2, store_offset, RV_REG_SP), ctx); in __build_epilogue()
1434 if (seen_reg(RV_REG_S2, ctx)) in build_prologue()
1468 if (seen_reg(RV_REG_S2, ctx)) { in build_prologue()
1469 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_S2), ctx); in build_prologue()