Searched refs:store_offset (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 237 store_offset -= 8; in __build_epilogue() 240 store_offset -= 8; in __build_epilogue() 243 store_offset -= 8; in __build_epilogue() 247 store_offset -= 8; in __build_epilogue() 251 store_offset -= 8; in __build_epilogue() 255 store_offset -= 8; in __build_epilogue() 259 store_offset -= 8; in __build_epilogue() 263 store_offset -= 8; in __build_epilogue() 267 store_offset -= 8; in __build_epilogue() 2060 store_offset -= 8; in bpf_jit_build_prologue() [all …]
|
| /linux-6.15/arch/loongarch/net/ |
| H A D | bpf_jit.c | 91 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() 119 store_offset -= sizeof(long); in build_prologue() 122 store_offset -= sizeof(long); in build_prologue() 125 store_offset -= sizeof(long); in build_prologue() 128 store_offset -= sizeof(long); in build_prologue() [all …]
|