Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/crypto/
Dpadlock.h19 #define STACK_ALIGN 16 macro
21 #define STACK_ALIGN 4 macro
/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-6.6/arch/riscv/include/asm/
Dprocessor.h56 #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-6.6/arch/ia64/kernel/
Dsignal.c32 #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/loongarch/include/asm/
Dasm.h35 #define STACK_ALIGN ~(0xf) macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
Dasm.h35 #define STACK_ALIGN ~(0xf) macro
/kernel/linux/linux-5.10/arch/arm64/net/
Dbpf_jit_comp.c182 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro
/kernel/linux/linux-6.6/arch/parisc/net/
Dbpf_jit_comp64.c56 #define STACK_ALIGN FRAME_SIZE macro
Dbpf_jit_comp32.c63 #define STACK_ALIGN FRAME_SIZE macro