Searched refs:RV_REG_S3 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/riscv/net/ |
| D | bpf_jit_comp.c | 32 RV_REG_S3 = 19, enumerator 59 [BPF_REG_8] = RV_REG_S3, 70 RV_CTX_F_SEEN_S3 = RV_REG_S3, 580 if (seen_reg(RV_REG_S3, ctx)) { in __build_epilogue() 581 emit(rv_ld(RV_REG_S3, store_offset, RV_REG_SP), ctx); in __build_epilogue() 1436 if (seen_reg(RV_REG_S3, ctx)) in build_prologue() 1472 if (seen_reg(RV_REG_S3, ctx)) { in build_prologue() 1473 emit(rv_sd(RV_REG_SP, store_offset, RV_REG_S3), ctx); in build_prologue()
|