Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dprocessor.h232 # define ARCH_MIN_TASKALIGN 16 macro
235 # define ARCH_MIN_TASKALIGN 8 macro
/Linux-v5.4/arch/parisc/include/asm/
Dprocessor.h112 #define ARCH_MIN_TASKALIGN 8 macro
/Linux-v5.4/arch/x86/include/asm/
Dprocessor.h52 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
55 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/Linux-v5.4/arch/s390/include/asm/
Dprocessor.h160 #define ARCH_MIN_TASKALIGN 8 macro
/Linux-v5.4/arch/powerpc/include/asm/
Dprocessor.h269 #define ARCH_MIN_TASKALIGN 16 macro
/Linux-v5.4/kernel/
Dfork.c804 #ifndef ARCH_MIN_TASKALIGN in fork_init()
805 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
807 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()