Home
last modified time | relevance | path

Searched defs:ARCH_MIN_TASKALIGN (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/include/asm/
H A Dprocessor.h217 # define ARCH_MIN_TASKALIGN 16 macro
220 # define ARCH_MIN_TASKALIGN 8 macro
/linux/arch/loongarch/include/asm/
H A Dprocessor.h103 #define ARCH_MIN_TASKALIGN 32 macro
/linux/arch/x86/include/asm/
H A Dprocessor.h56 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
59 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/linux/arch/powerpc/include/asm/
H A Dprocessor.h268 #define ARCH_MIN_TASKALIGN 16 macro
/linux/kernel/
H A Dfork.c1056 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro