Searched refs:RV_REG_S4 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/riscv/net/ |
| D | bpf_jit_comp.c | 33 RV_REG_S4 = 20, enumerator 60 [BPF_REG_9] = RV_REG_S4, 71 RV_CTX_F_SEEN_S4 = RV_REG_S4, 584 if (seen_reg(RV_REG_S4, ctx)) { in __build_epilogue() 585 emit(rv_ld(RV_REG_S4, store_offset, RV_REG_SP), ctx); in __build_epilogue() 1438 if (seen_reg(RV_REG_S4, ctx)) in build_prologue() 1476 if (seen_reg(RV_REG_S4, ctx)) { in build_prologue() 1477 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_S4), ctx); in build_prologue()
|