Searched refs:phys_end (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Daxonram.c111 unsigned long phys_mem, phys_end; local
119 phys_end = bank->io_addr + bank->size;
122 if (unlikely(phys_mem + vec->bv_len > phys_end)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dinit_64.c1499 unsigned long phys_start, phys_end; local
1502 phys_end = phys_start + pall[i].reg_size;
1504 mark_kpte_bitmap(phys_start, phys_end);
1514 unsigned long phys_start, phys_end; local
1517 phys_end = phys_start + pall[i].reg_size;
1519 mem_alloced += kernel_map_range(phys_start, phys_end,
1537 unsigned long phys_end = phys_start + (numpages * PAGE_SIZE); local
1539 kernel_map_range(phys_start, phys_end,
1543 PAGE_OFFSET + phys_end);
1549 PAGE_OFFSET + phys_end);
2081 unsigned long phys_end = (vend - VMEMMAP_BASE); local
[all...]

Completed in 38 milliseconds