/linux-3.3/arch/powerpc/include/asm/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/h8300/include/asm/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/cris/include/asm/ |
D | shmparam.h | 6 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/frv/include/asm/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | shmparam.h | 19 #define SHMLBA ((PAGE_SIZE > DCACHE_WAY_SIZE)? PAGE_SIZE : DCACHE_WAY_SIZE) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/ia64/include/asm/ |
D | shmparam.h | 10 #define SHMLBA (1024*1024) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/include/asm-generic/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/avr32/include/asm/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/s390/include/asm/ |
D | shmparam.h | 11 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/x86/include/asm/ |
D | shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/sh/include/asm/ |
D | shmparam.h | 18 #define SHMLBA 0x4000 /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/mips/include/asm/ |
D | shmparam.h | 11 #define SHMLBA 0x40000 /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/arm/include/asm/ |
D | shmparam.h | 9 #define SHMLBA (4 * PAGE_SIZE) /* attach addr a multiple of this */ macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | shmparam_64.h | 8 #define SHMLBA ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE) macro
|
D | shmparam_32.h | 7 #define SHMLBA (vac_cache_size ? vac_cache_size : \ macro
|
/linux-3.3/arch/parisc/include/asm/ |
D | shmparam.h | 6 #define SHMLBA 0x00400000 /* attach addr needs to be 4 Mb aligned */ macro
|