Searched refs:stack_depth (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c1483 bpf_stack_adjust = ctx->prog->aux->stack_depth;
/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c1418 locals = ALIGN(ctx->program->aux->stack_depth, MIPS_STACK_ALIGNMENT);
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c1963 bpf_stack_adjust = round_up(ctx->prog->aux->stack_depth, 16);
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c404 #define _STACK_SIZE (ctx->prog->aux->stack_depth + SCRATCH_SIZE)
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c329 * +-----+ <= (BPF_FP - prog->aux->stack_depth)
415 ctx->stack_size = round_up(prog->aux->stack_depth, 16);
/linux-master/net/core/
H A Dfilter.c830 * stack_depth for ST|STX insns is enough
832 if (new_prog && new_prog->aux->stack_depth < stack_off)
833 new_prog->aux->stack_depth = stack_off;

Completed in 321 milliseconds

12