Home
last modified time | relevance | path

Searched refs:store_offset (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/riscv/net/
H A Dbpf_jit_comp64.c168 int stack_adjust = ctx->stack_size, store_offset = stack_adjust - 8; in __build_epilogue() local
171 emit_ld(RV_REG_RA, store_offset, RV_REG_SP, ctx); in __build_epilogue()
172 store_offset -= 8; in __build_epilogue()
174 emit_ld(RV_REG_FP, store_offset, RV_REG_SP, ctx); in __build_epilogue()
175 store_offset -= 8; in __build_epilogue()
177 emit_ld(RV_REG_S1, store_offset, RV_REG_SP, ctx); in __build_epilogue()
178 store_offset -= 8; in __build_epilogue()
181 emit_ld(RV_REG_S2, store_offset, RV_REG_SP, ctx); in __build_epilogue()
182 store_offset -= 8; in __build_epilogue()
185 emit_ld(RV_REG_S3, store_offset, RV_REG_S in __build_epilogue()
1060 int stack_adjust = 0, store_offset, bpf_stack_adjust; bpf_jit_build_prologue() local
[all...]
/kernel/linux/linux-6.6/arch/riscv/net/
H A 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_S in __build_epilogue()
1778 int i, stack_adjust = 0, store_offset, bpf_stack_adjust; bpf_jit_build_prologue() local
[all...]
/kernel/linux/linux-5.10/arch/mips/net/
H A Debpf_jit.c273 int store_offset; in gen_int_prologue() local
312 store_offset = stack_adjust - sizeof(long); in gen_int_prologue()
316 MIPS_R_RA, store_offset, MIPS_R_SP); in gen_int_prologue()
317 store_offset -= sizeof(long); in gen_int_prologue()
321 MIPS_R_S0, store_offset, MIPS_R_SP); in gen_int_prologue()
322 store_offset -= sizeof(long); in gen_int_prologue()
326 MIPS_R_S1, store_offset, MIPS_R_SP); in gen_int_prologue()
327 store_offset -= sizeof(long); in gen_int_prologue()
331 MIPS_R_S2, store_offset, MIPS_R_SP); in gen_int_prologue()
332 store_offset in gen_int_prologue()
356 int store_offset = stack_adjust - sizeof(long); build_int_epilogue() local
[all...]
/kernel/linux/linux-5.10/arch/loongarch/net/
H A Debpf_jit.c102 int stack_adjust = 0, store_offset, bpf_stack_adjust; in build_prologue() local
127 store_offset = stack_adjust - sizeof(long); in build_prologue()
128 emit_insn(ctx, std, LOONGARCH_GPR_RA, LOONGARCH_GPR_SP, store_offset); in build_prologue()
130 store_offset -= sizeof(long); in build_prologue()
131 emit_insn(ctx, std, LOONGARCH_GPR_FP, LOONGARCH_GPR_SP, store_offset); in build_prologue()
133 store_offset -= sizeof(long); in build_prologue()
134 emit_insn(ctx, std, LOONGARCH_GPR_S0, LOONGARCH_GPR_SP, store_offset); in build_prologue()
136 store_offset -= sizeof(long); in build_prologue()
137 emit_insn(ctx, std, LOONGARCH_GPR_S1, LOONGARCH_GPR_SP, store_offset); in build_prologue()
139 store_offset in build_prologue()
[all...]
/kernel/linux/linux-6.6/arch/loongarch/net/
H A 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 in build_prologue()
[all...]

Completed in 4 milliseconds