Home
last modified time | relevance | path

Searched defs:stack_off (Results 1 – 4 of 4) sorted by relevance

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c929 static void emit_store_stack_imm64(u8 reg, int stack_off, u64 imm64, in emit_store_stack_imm64()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c1294 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 Dverifier.c8254 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 Dfilter.c589 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local