Home
last modified time | relevance | path

Searched refs:stack_off (Results 1 – 5 of 5) 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() argument
934 emit_sd(RV_REG_FP, stack_off, reg, ctx); in emit_store_stack_imm64()
/linux/arch/loongarch/net/
H A Dbpf_jit.c347 static void emit_store_stack_imm64(struct jit_ctx *ctx, int reg, int stack_off, u64 imm64) in emit_store_stack_imm64() argument
350 emit_insn(ctx, std, reg, LOONGARCH_GPR_FP, stack_off); 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() argument
1301 emit_stx(pprog, BPF_DW, BPF_REG_FP, reg, stack_off); in emit_store_stack_imm64()
/linux/net/core/
H A Dfilter.c584 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local
836 stack_off = fp->k * 4 + 4; in bpf_convert_filter()
839 -stack_off); in bpf_convert_filter()
844 if (new_prog && new_prog->aux->stack_depth < stack_off) in bpf_convert_filter()
845 new_prog->aux->stack_depth = stack_off; in bpf_convert_filter()
851 stack_off = fp->k * 4 + 4; in bpf_convert_filter()
854 -stack_off); in bpf_convert_filter()
/linux/kernel/bpf/
H A Dverifier.c6892 int stack_off = -i - 1; in check_stack_range_initialized() local
6896 if (state->allocated_stack <= stack_off) in check_stack_range_initialized()
6898 if (state->stack[spi].slot_type[stack_off % BPF_REG_SIZE] == STACK_DYNPTR) { in check_stack_range_initialized()
8425 int stack_off; in get_constant_map_key() local
8436 stack_off = key->var_off.value; in get_constant_map_key()
8437 slot = -stack_off - 1; in get_constant_map_key()