Home
last modified time | relevance | path

Searched refs:ARCH_MIN_TASKALIGN (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/arch/mips/include/asm/
Dprocessor.h217 # define ARCH_MIN_TASKALIGN 16 macro
220 # define ARCH_MIN_TASKALIGN 8 macro
/linux-6.6.21/arch/x86/include/asm/
Dprocessor.h57 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
60 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dprocessor.h103 #define ARCH_MIN_TASKALIGN 32 macro
/linux-6.6.21/arch/s390/include/asm/
Dprocessor.h206 #define ARCH_MIN_TASKALIGN 8 macro
/linux-6.6.21/arch/powerpc/include/asm/
Dprocessor.h267 #define ARCH_MIN_TASKALIGN 16 macro
/linux-6.6.21/kernel/
Dfork.c1045 #ifndef ARCH_MIN_TASKALIGN in fork_init()
1046 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
1048 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()