Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dprocessor.h242 # define ARCH_MIN_TASKALIGN 16 macro
245 # define ARCH_MIN_TASKALIGN 8 macro
/Linux-v4.19/arch/parisc/include/asm/
Dprocessor.h123 #define ARCH_MIN_TASKALIGN 8 macro
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h64 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
67 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/Linux-v4.19/arch/s390/include/asm/
Dprocessor.h184 #define ARCH_MIN_TASKALIGN 8 macro
/Linux-v4.19/arch/powerpc/include/asm/
Dprocessor.h363 #define ARCH_MIN_TASKALIGN 16 macro
/Linux-v4.19/kernel/
Dfork.c742 #ifndef ARCH_MIN_TASKALIGN in fork_init()
743 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
745 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()