Searched defs:store_offset (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.c | 102 int stack_adjust = 0, store_offset, bpf_stack_adjust; in build_prologue() local [all...] |
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 168 int stack_adjust = ctx->stack_size, store_offset = stack_adjust - 8; in __build_epilogue() local 1060 int stack_adjust = 0, store_offset, bpf_stack_adjust; bpf_jit_build_prologue() local [all...] |
/kernel/linux/linux-6.6/arch/loongarch/net/ |
H A D | bpf_jit.c | 91 int stack_adjust = 0, store_offset, bpf_stack_adjust; in build_prologue() local [all...] |
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | ebpf_jit.c | 273 int store_offset; in gen_int_prologue() local 356 int store_offset = stack_adjust - sizeof(long); build_int_epilogue() local [all...] |
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 212 int stack_adjust = ctx->stack_size, store_offset = stack_adjust - 8; in __build_epilogue() local 1778 int i, stack_adjust = 0, store_offset, bpf_stack_adjust; bpf_jit_build_prologue() local [all...] |
Completed in 5 milliseconds