Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c83 static bool seen_reg(int reg, struct rv_jit_context *ctx) in seen_reg() function
205 if (seen_reg(RV_REG_RA, ctx)) { in __build_epilogue()
211 if (seen_reg(RV_REG_S1, ctx)) { in __build_epilogue()
215 if (seen_reg(RV_REG_S2, ctx)) { in __build_epilogue()
219 if (seen_reg(RV_REG_S3, ctx)) { in __build_epilogue()
223 if (seen_reg(RV_REG_S4, ctx)) { in __build_epilogue()
227 if (seen_reg(RV_REG_S5, ctx)) { in __build_epilogue()
2030 if (seen_reg(RV_REG_RA, ctx)) in bpf_jit_build_prologue()
2033 if (seen_reg(RV_REG_S1, ctx)) in bpf_jit_build_prologue()
2035 if (seen_reg(RV_REG_S2, ctx)) in bpf_jit_build_prologue()
[all …]