Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dgen_loader.c40 #define stack_off(field) \ macro
255 static void move_stack2blob(struct bpf_gen *gen, int off, int size, int stack_off) in move_stack2blob()
263 static void move_stack2ctx(struct bpf_gen *gen, int ctx_off, int size, int stack_off) in move_stack2ctx()
359 static void emit_sys_close_stack(struct bpf_gen *gen, int stack_off) in emit_sys_close_stack()
/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.c8276 int stack_off = -i - 1; in check_stack_range_initialized() local
9809 int stack_off; in get_constant_map_key() local
23716 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