Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dfixups.c1524 u16 stack_depth_extra = 0; in bpf_do_misc_fixups() local
1797 stack_depth_extra = 16; in bpf_do_misc_fixups()
1826 stack_depth_extra = 8; in bpf_do_misc_fixups()
2412 subprogs[cur_subprog].stack_depth += stack_depth_extra; in bpf_do_misc_fixups()
2413 subprogs[cur_subprog].stack_extra = stack_depth_extra; in bpf_do_misc_fixups()
2418 stack_depth, stack_depth_extra); in bpf_do_misc_fixups()
2423 stack_depth_extra = 0; in bpf_do_misc_fixups()
2594 u16 stack_depth_extra = 0; in bpf_optimize_bpf_loop() local
2603 stack_depth_extra = BPF_REG_SIZE * 3 + stack_depth_roundup; in bpf_optimize_bpf_loop()
2606 -(stack_depth + stack_depth_extra), in bpf_optimize_bpf_loop()
[all …]