Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c22 RV_REG_S1 = 9, /* Saved registers */ enumerator
57 [BPF_REG_6] = RV_REG_S1,
68 RV_CTX_F_SEEN_S1 = RV_REG_S1,
572 if (seen_reg(RV_REG_S1, ctx)) { in __build_epilogue()
573 emit(rv_ld(RV_REG_S1, store_offset, RV_REG_SP), ctx); in __build_epilogue()
1432 if (seen_reg(RV_REG_S1, ctx)) in build_prologue()
1464 if (seen_reg(RV_REG_S1, ctx)) { in build_prologue()
1465 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_S1), ctx); in build_prologue()