SHMLBA              6 include/asm-cris/shmparam.h #define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */
SHMLBA              4 include/asm-frv/shmparam.h #define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */
SHMLBA              4 include/asm-m32r/shmparam.h #define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */
SHMLBA              4 include/asm-m68k/shmparam.h #define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */
SHMLBA              4 include/asm-mn10300/shmparam.h #define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */
SHMLBA              6 include/asm-parisc/shmparam.h #define SHMLBA 0x00400000   /* attach addr needs to be 4 Mb aligned */
SHMLBA              4 include/asm-x86/shmparam.h #define SHMLBA PAGE_SIZE	 /* attach addr a multiple of this */
SHMLBA             19 include/asm-xtensa/shmparam.h #define SHMLBA	((PAGE_SIZE > DCACHE_WAY_SIZE)? PAGE_SIZE : DCACHE_WAY_SIZE)