Home
last modified time | relevance | path

Searched refs:ARCH_MIN_TASKALIGN (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dprocessor.h234 # define ARCH_MIN_TASKALIGN 16 macro
237 # define ARCH_MIN_TASKALIGN 8 macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dprocessor.h217 # define ARCH_MIN_TASKALIGN 16 macro
220 # define ARCH_MIN_TASKALIGN 8 macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dprocessor.h110 #define ARCH_MIN_TASKALIGN 32 macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dprocessor.h111 #define ARCH_MIN_TASKALIGN 8 macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dprocessor.h103 #define ARCH_MIN_TASKALIGN 32 macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dprocessor.h55 # define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) macro
58 # define ARCH_MIN_TASKALIGN __alignof__(union fpregs_state) macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dprocessor.h157 #define ARCH_MIN_TASKALIGN 8 macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dprocessor.h206 #define ARCH_MIN_TASKALIGN 8 macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dprocessor.h277 #define ARCH_MIN_TASKALIGN 16 macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dprocessor.h267 #define ARCH_MIN_TASKALIGN 16 macro
/kernel/linux/linux-5.10/kernel/
H A Dfork.c818 #ifndef ARCH_MIN_TASKALIGN in fork_init()
819 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
821 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()
/kernel/linux/linux-6.6/kernel/
H A Dfork.c1054 #ifndef ARCH_MIN_TASKALIGN in fork_init()
1055 #define ARCH_MIN_TASKALIGN 0 in fork_init() macro
1057 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init()

Completed in 16 milliseconds