Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dpadlock.h24 #define STACK_ALIGN 16 macro
26 #define STACK_ALIGN 4 macro
/linux-4.1.27/arch/ia64/kernel/
Dsignal.c32 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
/linux-4.1.27/arch/arm64/net/
Dbpf_jit_comp.c140 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro