Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
Dpadlock.h19 #define STACK_ALIGN 16 macro
21 #define STACK_ALIGN 4 macro
/kernel/liteos_a/arch/arm/arm/src/
Dlos_dispatch.S44 .macro STACK_ALIGN, reg macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dprocessor.h23 #define STACK_ALIGN 16 macro
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dsignal.c33 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dprocessor.h29 #define STACK_ALIGN (XCHAL_DATA_WIDTH > 16 ? XCHAL_DATA_WIDTH : 16) macro
/kernel/linux/linux-5.10/arch/arm64/net/
Dbpf_jit_comp.c182 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro