SHMLBA              5 arch/alpha/include/asm/shmparam.h #define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */
SHMLBA             10 arch/arc/include/asm/shmparam.h #define	SHMLBA	(2 * PAGE_SIZE)
SHMLBA             10 arch/arm/include/asm/shmparam.h #define	SHMLBA	(4 * PAGE_SIZE)		 /* attach addr a multiple of this */
SHMLBA              7 arch/csky/include/asm/shmparam.h #define SHMLBA	(4 * PAGE_SIZE)
SHMLBA             11 arch/ia64/include/asm/shmparam.h #define	SHMLBA	(1024*1024)
SHMLBA             11 arch/mips/include/asm/shmparam.h #define SHMLBA 0x40000			/* attach addr a multiple of this */
SHMLBA             12 arch/nds32/include/asm/shmparam.h #define	SHMLBA	(4 * SZ_8K)	/* attach addr a multiple of this */
SHMLBA              8 arch/nios2/include/asm/shmparam.h #define	SHMLBA	CONFIG_NIOS2_DCACHE_SIZE
SHMLBA              5 arch/parisc/include/asm/shmparam.h #define SHMLBA	   PAGE_SIZE	/* attach addr a multiple of this */
SHMLBA              5 arch/powerpc/include/asm/shmparam.h #define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */
SHMLBA             10 arch/s390/include/asm/shmparam.h #define SHMLBA PAGE_SIZE                 /* attach addr a multiple of this */
SHMLBA             15 arch/sh/include/asm/shmparam.h #define	SHMLBA	0x4000		 /* attach addr a multiple of this */
SHMLBA              8 arch/sparc/include/asm/shmparam_32.h #define SHMLBA (vac_cache_size ? vac_cache_size : PAGE_SIZE)
SHMLBA              9 arch/sparc/include/asm/shmparam_64.h #define	SHMLBA	((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE)
SHMLBA              5 arch/x86/include/asm/shmparam.h #define SHMLBA PAGE_SIZE	 /* attach addr a multiple of this */
SHMLBA             19 arch/xtensa/include/asm/shmparam.h #define SHMLBA	((PAGE_SIZE > DCACHE_WAY_SIZE)? PAGE_SIZE : DCACHE_WAY_SIZE)
SHMLBA              5 include/asm-generic/shmparam.h #define SHMLBA PAGE_SIZE	 /* attach addr a multiple of this */