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() argument |
| /linux/kernel/bpf/ | ||
| H A D | verifier.c | 8276 int stack_off = -i - 1; check_stack_range_initialized() local |
| /linux/net/core/ | ||
| H A D | filter.c | 589 int new_flen = 0, pass = 0, target, i, stack_off; bpf_convert_filter() local |