Searched defs:SHMLBA (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/linux-master/arch/alpha/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/linux-master/arch/xtensa/include/asm/
H A Dshmparam.h19 #define SHMLBA ((PAGE_SIZE > DCACHE_WAY_SIZE)? PAGE_SIZE : DCACHE_WAY_SIZE) macro
/linux-master/arch/x86/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/linux-master/include/asm-generic/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/linux-master/arch/nios2/include/asm/
H A Dshmparam.h8 #define SHMLBA CONFIG_NIOS2_DCACHE_SIZE macro
/linux-master/arch/sh/include/asm/
H A Dshmparam.h15 #define SHMLBA 0x4000 /* attach addr a multiple of this */ macro
/linux-master/arch/sparc/include/asm/
H A Dshmparam_32.h8 #define SHMLBA (vac_cache_size ? vac_cache_size : PAGE_SIZE) macro
H A Dshmparam_64.h9 #define SHMLBA ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE) macro
/linux-master/arch/arm/include/asm/
H A Dshmparam.h10 #define SHMLBA (4 * PAGE_SIZE) /* attach addr a multiple of this */ macro
/linux-master/arch/mips/include/asm/
H A Dshmparam.h11 #define SHMLBA 0x40000 /* attach addr a multiple of this */ macro
/linux-master/arch/arc/include/asm/
H A Dshmparam.h10 #define SHMLBA (2 * PAGE_SIZE) macro
/linux-master/arch/csky/include/asm/
H A Dshmparam.h6 #define SHMLBA (4 * PAGE_SIZE) macro
/linux-master/arch/parisc/include/asm/
H A Dshmparam.h20 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro

Completed in 476 milliseconds