Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dprocessor.h238 # define ARCH_MIN_TASKALIGN 16 macro
241 # define ARCH_MIN_TASKALIGN 8 macro
/linux-4.1.27/arch/s390/include/asm/
Dprocessor.h138 #define ARCH_MIN_TASKALIGN 8 macro
/linux-4.1.27/arch/parisc/include/asm/
Dprocessor.h124 #define ARCH_MIN_TASKALIGN 8 macro
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h56 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
59 # define ARCH_MIN_TASKALIGN 16 macro
/linux-4.1.27/arch/powerpc/include/asm/
Dprocessor.h315 #define ARCH_MIN_TASKALIGN 16 macro
/linux-4.1.27/kernel/
Dfork.c293 #ifndef ARCH_MIN_TASKALIGN in fork_init()
294 #define ARCH_MIN_TASKALIGN L1_CACHE_BYTES in fork_init() macro
299 ARCH_MIN_TASKALIGN, SLAB_PANIC | SLAB_NOTRACK, NULL); in fork_init()