Home
last modified time | relevance | path

Searched refs:mem_map_t (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmmzone.h257 #define MAP_ALIGN(x) ((((x) % sizeof(mem_map_t)) == 0) ? (x) : ((x) + \
258 sizeof(mem_map_t) - ((x) % sizeof(mem_map_t))))
Dmm.h183 } mem_map_t; typedef
433 extern mem_map_t * mem_map;
/linux-2.4.37.9/mm/
Dnuma.c68 if (mem_map == (mem_map_t *)NULL) in free_area_init_node()
69 mem_map = (mem_map_t *)PAGE_OFFSET; in free_area_init_node()
Dmemory.c73 mem_map_t * mem_map;
/linux-2.4.37.9/include/asm-mips64/
Dmmzone.h79 sizeof(mem_map_t))))
/linux-2.4.37.9/arch/alpha/mm/
Dnuma.c380 mem_map_t * lmem_map; in mem_init()
426 mem_map_t * lmem_map = NODE_MEM_MAP(nid); in show_mem()
/linux-2.4.37.9/arch/x86_64/mm/
Dnuma.c163 mem_map_t * lmem_map = NODE_MEM_MAP(nid); in show_mem()
/linux-2.4.37.9/drivers/char/drm/
Dsavage_drv.c59 mem_map_t *p; in savage_alloc_continuous_mem()