Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dprocessor.h110 #define ARCH_MIN_TASKALIGN 8 macro
/linux-2.6.39/arch/mips/include/asm/
Dprocessor.h195 #define ARCH_MIN_TASKALIGN 8 macro
/linux-2.6.39/arch/parisc/include/asm/
Dprocessor.h122 #define ARCH_MIN_TASKALIGN 8 macro
/linux-2.6.39/arch/x86/include/asm/
Dprocessor.h48 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
51 # define ARCH_MIN_TASKALIGN 16 macro
/linux-2.6.39/arch/powerpc/include/asm/
Dprocessor.h243 #define ARCH_MIN_TASKALIGN 16 macro
/linux-2.6.39/kernel/
Dfork.c215 #ifndef ARCH_MIN_TASKALIGN in fork_init()
216 #define ARCH_MIN_TASKALIGN L1_CACHE_BYTES in fork_init() macro
221 ARCH_MIN_TASKALIGN, SLAB_PANIC | SLAB_NOTRACK, NULL); in fork_init()