Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dpadlock.h24 #define STACK_ALIGN 16 macro
26 #define STACK_ALIGN 4 macro
/Linux-v4.19/arch/riscv/include/asm/
Dprocessor.h29 #define STACK_ALIGN 16 macro
/Linux-v4.19/arch/ia64/kernel/
Dsignal.c33 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
/Linux-v4.19/arch/arm64/net/
Dbpf_jit_comp.c183 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro