Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dprocessor.h232 # define ARCH_MIN_TASKALIGN 16 macro
235 # define ARCH_MIN_TASKALIGN 8 macro
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h62 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
65 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/linux-4.4.14/arch/s390/include/asm/
Dprocessor.h144 #define ARCH_MIN_TASKALIGN 8 macro
/linux-4.4.14/arch/parisc/include/asm/
Dprocessor.h124 #define ARCH_MIN_TASKALIGN 8 macro
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h323 #define ARCH_MIN_TASKALIGN 16 macro
/linux-4.4.14/kernel/
Dfork.c299 #ifndef ARCH_MIN_TASKALIGN in fork_init()
300 #define ARCH_MIN_TASKALIGN L1_CACHE_BYTES in fork_init() macro
305 ARCH_MIN_TASKALIGN, SLAB_PANIC | SLAB_NOTRACK, NULL); in fork_init()