Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dprocessor.h234 # define ARCH_MIN_TASKALIGN 16 macro
237 # define ARCH_MIN_TASKALIGN 8 macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dprocessor.h60 #define ARCH_MIN_TASKALIGN 8 macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h55 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
58 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dprocessor.h112 #define ARCH_MIN_TASKALIGN 8 macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dprocessor.h157 #define ARCH_MIN_TASKALIGN 8 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dprocessor.h277 #define ARCH_MIN_TASKALIGN 16 macro
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c832 #ifndef ARCH_MIN_TASKALIGN in fork_init()
833 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
835 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()