Home
last modified time | relevance | path

Searched defs:SHMLBA (Results 1 – 19 of 19) sorted by relevance

/arch/avr32/include/asm/
Dshmparam.h4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/ia64/include/asm/
Dshmparam.h10 #define SHMLBA (1024*1024) macro
/arch/xtensa/include/asm/
Dshmparam.h19 #define SHMLBA ((PAGE_SIZE > DCACHE_WAY_SIZE)? PAGE_SIZE : DCACHE_WAY_SIZE) macro
/arch/cris/include/asm/
Dshmparam.h6 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/m32r/include/asm/
Dshmparam.h4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/h8300/include/asm/
Dshmparam.h4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/powerpc/include/asm/
Dshmparam.h4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/alpha/include/asm/
Dshmparam.h4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/x86/include/asm/
Dshmparam.h4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/frv/include/asm/
Dshmparam.h4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/mn10300/include/asm/
Dshmparam.h4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/s390/include/asm/
Dshmparam.h9 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/arch/sparc/include/asm/
Dshmparam_64.h8 #define SHMLBA ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE) macro
Dshmparam_32.h7 #define SHMLBA (vac_cache_size ? vac_cache_size : PAGE_SIZE) macro
/arch/sh/include/asm/
Dshmparam.h18 #define SHMLBA 0x4000 /* attach addr a multiple of this */ macro
/arch/arc/include/asm/
Dshmparam.h13 #define SHMLBA (2 * PAGE_SIZE) macro
/arch/mips/include/asm/
Dshmparam.h11 #define SHMLBA 0x40000 /* attach addr a multiple of this */ macro
/arch/arm/include/asm/
Dshmparam.h9 #define SHMLBA (4 * PAGE_SIZE) /* attach addr a multiple of this */ macro
/arch/parisc/include/asm/
Dshmparam.h6 #define SHMLBA 0x00400000 /* attach addr needs to be 4 Mb aligned */ macro