Home
last modified time | relevance | path

Searched refs:NODE_MAX_MEM_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-riscstation/
Dmemory.h123 (((unsigned long)(addr) & (NODE_MAX_MEM_SIZE - 1)) >> PAGE_SHIFT)
129 #define NODE_MAX_MEM_SIZE (1<<NODE_MAX_MEM_SHIFT) macro
/linux-2.4.37.9/include/asm-arm/arch-clps711x/
Dmemory.h141 (((unsigned long)(addr) & (NODE_MAX_MEM_SIZE - 1)) >> PAGE_SHIFT)
152 #define NODE_MAX_MEM_SIZE (1<<NODE_MAX_MEM_SHIFT) macro
/linux-2.4.37.9/include/asm-mips64/
Dmmzone.h71 #define LOCAL_BASE_ADDR(kaddr) ((unsigned long)(kaddr) & ~(NODE_MAX_MEM_SIZE-1))
/linux-2.4.37.9/include/asm-mips64/sn/
Darch.h111 #define NODE_MAX_MEM_SIZE SLOT_SIZE * MAX_MEM_SLOTS macro