Home
last modified time | relevance | path

Searched refs:ARCH_MIN_MMSTRUCT_ALIGN (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h57 # define ARCH_MIN_MMSTRUCT_ALIGN (1 << INTERNODE_CACHE_SHIFT) macro
60 # define ARCH_MIN_MMSTRUCT_ALIGN 0 macro
/linux-4.1.27/kernel/
Dfork.c1804 #ifndef ARCH_MIN_MMSTRUCT_ALIGN
1805 #define ARCH_MIN_MMSTRUCT_ALIGN 0 macro
1839 sizeof(struct mm_struct), ARCH_MIN_MMSTRUCT_ALIGN, in proc_caches_init()