Home
last modified time | relevance | path

Searched refs:_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/net/
Dbpf_jit_comp32.c178 #define _STACK_SIZE (stack_depth + SCRATCH_SIZE) macro
180 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT)
/Linux-v4.19/arch/arm/net/
Dbpf_jit_32.c352 #define _STACK_SIZE (ctx->prog->aux->stack_depth + SCRATCH_SIZE) macro
353 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT)