Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/net/
Dbpf_jit_comp.c34 RV_REG_S5 = 21, enumerator
61 [BPF_REG_FP] = RV_REG_S5,
72 RV_CTX_F_SEEN_S5 = RV_REG_S5,
588 if (seen_reg(RV_REG_S5, ctx)) { in __build_epilogue()
589 emit(rv_ld(RV_REG_S5, store_offset, RV_REG_SP), ctx); in __build_epilogue()
1440 if (seen_reg(RV_REG_S5, ctx)) in build_prologue()
1480 if (seen_reg(RV_REG_S5, ctx)) { in build_prologue()
1481 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_S5), ctx); in build_prologue()
1492 emit(rv_addi(RV_REG_S5, RV_REG_SP, bpf_stack_adjust), ctx); in build_prologue()