Home
last modified time | relevance | path

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

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