Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dprocessor.h217 # define ARCH_MIN_TASKALIGN 16 macro
220 # define ARCH_MIN_TASKALIGN 8 macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dprocessor.h59 #define ARCH_MIN_TASKALIGN 8 macro
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h57 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
60 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h103 #define ARCH_MIN_TASKALIGN 32 macro
/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h206 #define ARCH_MIN_TASKALIGN 8 macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h267 #define ARCH_MIN_TASKALIGN 16 macro
/openbmc/linux/kernel/
H A Dfork.c1045 #ifndef ARCH_MIN_TASKALIGN in fork_init()
1046 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
1048 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()