Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/net/
Dbpf_jit_comp64.c212 int stack_adjust = ctx->stack_size, store_offset = stack_adjust - 8; in __build_epilogue() local
215 emit_ld(RV_REG_RA, store_offset, RV_REG_SP, ctx); in __build_epilogue()
216 store_offset -= 8; in __build_epilogue()
218 emit_ld(RV_REG_FP, store_offset, RV_REG_SP, ctx); in __build_epilogue()
219 store_offset -= 8; in __build_epilogue()
221 emit_ld(RV_REG_S1, store_offset, RV_REG_SP, ctx); in __build_epilogue()
222 store_offset -= 8; in __build_epilogue()
225 emit_ld(RV_REG_S2, store_offset, RV_REG_SP, ctx); in __build_epilogue()
226 store_offset -= 8; in __build_epilogue()
229 emit_ld(RV_REG_S3, store_offset, RV_REG_SP, ctx); in __build_epilogue()
[all …]
/Linux-v6.6/arch/loongarch/net/
Dbpf_jit.c91 int stack_adjust = 0, store_offset, bpf_stack_adjust; in build_prologue() local
110 store_offset = stack_adjust - sizeof(long); in build_prologue()
111 emit_insn(ctx, std, LOONGARCH_GPR_RA, LOONGARCH_GPR_SP, store_offset); in build_prologue()
113 store_offset -= sizeof(long); in build_prologue()
114 emit_insn(ctx, std, LOONGARCH_GPR_FP, LOONGARCH_GPR_SP, store_offset); in build_prologue()
116 store_offset -= sizeof(long); in build_prologue()
117 emit_insn(ctx, std, LOONGARCH_GPR_S0, LOONGARCH_GPR_SP, store_offset); in build_prologue()
119 store_offset -= sizeof(long); in build_prologue()
120 emit_insn(ctx, std, LOONGARCH_GPR_S1, LOONGARCH_GPR_SP, store_offset); in build_prologue()
122 store_offset -= sizeof(long); in build_prologue()
[all …]