Searched refs:mem_map (Results 26 - 50 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dvmlinux.lds.S8 #include <asm/mem_map.h>
H A Dptrace.c29 #include <asm/mem_map.h>
H A Dprocess.c22 #include <asm/mem_map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_64.h238 * Some definitions to translate between mem_map, PTEs, and page
243 * Given a PTE, return the index of the mem_map[] entry corresponding
253 #define pte_page(x) (mem_map + pte_pagenr(x))
289 set_pte(&__pte, __pte((((page)-mem_map) << PAGE_SHIFT) | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dio.h333 #define page_to_phys(page) ((page - mem_map) << PAGE_SHIFT)
334 #define page_to_bus(page) ((page - mem_map) << PAGE_SHIFT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h312 #define pte_page(x) (mem_map + (unsigned long) \
385 pte_val(pte) = (((page - mem_map) << PAGE_SHIFT) + memory_start) | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A Dinit.c558 if (PageReserved(mem_map+i))
560 else if (PageSwapCache(mem_map+i))
562 else if (!page_count(&mem_map[i]))
565 shared += page_count(&mem_map[i]) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dmem.c49 page = &mem_map[highmem_pfn + i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/mm/
H A Dinit.c196 if (PageReserved(mem_map+tmp))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dcontig.c339 * alloc_node_mem_map makes an adjustment for mem_map
346 printk("Virtual mem_map starts at 0x%p\n", mem_map);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dio.h244 #define page_to_bus(page) ((page - mem_map) << PAGE_SHIFT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/cplb-nompu/
H A Dcplbinit.c15 #include <asm/mem_map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dinit.c176 * saves space in the mem_map page array.
180 mem_map = contig_page_data.node_mem_map;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dinit.c255 /* Initialize mem_map[]. */
295 if (page_is_ram(tmp) && PageReserved(mem_map+tmp))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmmzone.h586 extern struct page *mem_map;
776 #define NODE_MEM_MAP(nid) mem_map
1002 * We use the lower bits of the mem_map pointer to store
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmotorola_pgtable.h153 #define pgd_page(pgd) (mem_map + ((unsigned long)(__va(pgd_val(pgd)) - PAGE_OFFSET) >> PAGE_SHIFT))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable.h314 #define pmd_page(pmd) (mem_map + ((pmd_val(pmd) >> PAGE_SHIFT) - PFN_BASE))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h270 #define pte_page(x) (mem_map + ((unsigned long)(((x).pte >> PAGE_SHIFT))))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dinit.c334 * the sparse mem_map arrays initialized by sparse_init()
399 * The mem_map array can get very big. Free the unused area of the memory map.
432 * mem_init() marks the free areas in the mem_map and tells us how much
446 max_mapnr = pfn_to_page(max_pfn + PHYS_PFN_OFFSET) - mem_map;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_acx.c243 int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, argument
250 ret = wl1251_cmd_interrogate(wl, ACX_MEM_MAP, mem_map, len);
H A Dwl1271_acx.c181 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, argument
188 ret = wl1271_cmd_interrogate(wl, ACX_MEM_MAP, mem_map, len);
H A Dwl1251_acx.h1379 struct acx_header *mem_map, size_t len);
H A Dwl1271_acx.h1084 struct acx_header *mem_map, size_t len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dm32r_cfc.c53 pccard_mem_map mem_map[MAX_WIN]; member in struct:pcc_socket
H A Dm32r_pcc.c60 pccard_mem_map mem_map[MAX_WIN]; member in struct:pcc_socket

Completed in 158 milliseconds

123