Searched refs:seen_reg (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_comp64.c | 86 static bool seen_reg(int reg, struct rv_jit_context *ctx) in seen_reg() function 235 if (seen_reg(RV_REG_RA, ctx)) { in __build_epilogue() 241 if (seen_reg(RV_REG_S1, ctx)) { in __build_epilogue() 245 if (seen_reg(RV_REG_S2, ctx)) { in __build_epilogue() 249 if (seen_reg(RV_REG_S3, ctx)) { in __build_epilogue() 253 if (seen_reg(RV_REG_S4, ctx)) { in __build_epilogue() 257 if (seen_reg(RV_REG_S5, ctx)) { in __build_epilogue() 261 if (seen_reg(RV_REG_S6, ctx)) { in __build_epilogue() 2020 if (seen_reg(RV_REG_RA, ctx)) in bpf_jit_build_prologue() 2023 if (seen_reg(RV_REG_S1, ctx)) in bpf_jit_build_prologue() [all …]
|