Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dprocessor.h103 #define ARCH_MIN_TASKALIGN 32 macro
/linux/arch/mips/include/asm/
H A Dprocessor.h217 # define ARCH_MIN_TASKALIGN 16 macro
220 # define ARCH_MIN_TASKALIGN 8 macro
/linux/arch/powerpc/include/asm/
H A Dprocessor.h267 #define ARCH_MIN_TASKALIGN 16 macro
/linux/arch/s390/include/asm/
H A Dprocessor.h204 #define ARCH_MIN_TASKALIGN 8 macro
/linux/arch/x86/include/asm/
H A Dprocessor.h56 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
59 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/linux/kernel/
H A Dfork.c1043 #ifndef ARCH_MIN_TASKALIGN in fork_init()
1044 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
1046 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()