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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 81 milliseconds