Searched defs:stack_off (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 929 static void emit_store_stack_imm64(u8 reg, int stack_off, u64 imm64, in emit_store_stack_imm64()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 1294 static void emit_store_stack_imm64(u8 **pprog, int reg, int stack_off, u64 imm64) in emit_store_stack_imm64()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 8254 int stack_off = -i - 1; in check_stack_range_initialized() local 9787 int stack_off; in get_constant_map_key() local 23672 int stack_off = -stack_depth - 8; in do_misc_fixups() local
|
| /linux/net/core/ |
| H A D | filter.c | 589 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local
|