Home
last modified time | relevance | path

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

/linux-6.14.4/arch/mips/include/asm/
Dprocessor.h217 # define ARCH_MIN_TASKALIGN 16 macro
220 # define ARCH_MIN_TASKALIGN 8 macro
/linux-6.14.4/arch/x86/include/asm/
Dprocessor.h56 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
59 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/linux-6.14.4/arch/loongarch/include/asm/
Dprocessor.h103 #define ARCH_MIN_TASKALIGN 32 macro
/linux-6.14.4/arch/s390/include/asm/
Dprocessor.h225 #define ARCH_MIN_TASKALIGN 8 macro
/linux-6.14.4/arch/powerpc/include/asm/
Dprocessor.h268 #define ARCH_MIN_TASKALIGN 16 macro
/linux-6.14.4/kernel/
Dfork.c1059 #ifndef ARCH_MIN_TASKALIGN in fork_init()
1060 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
1062 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()