Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dprocessor.h215 # define ARCH_MIN_TASKALIGN 16 macro
218 # define ARCH_MIN_TASKALIGN 8 macro
/linux-6.1.9/arch/loongarch/include/asm/
Dprocessor.h91 #define ARCH_MIN_TASKALIGN 32 macro
/linux-6.1.9/arch/x86/include/asm/
Dprocessor.h55 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
58 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/linux-6.1.9/arch/s390/include/asm/
Dprocessor.h155 #define ARCH_MIN_TASKALIGN 8 macro
/linux-6.1.9/arch/powerpc/include/asm/
Dprocessor.h271 #define ARCH_MIN_TASKALIGN 16 macro
/linux-6.1.9/kernel/
Dfork.c904 #ifndef ARCH_MIN_TASKALIGN in fork_init()
905 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
907 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()