Searched refs:vtophys (Results 76 - 100 of 117) sorted by relevance

12345

/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c121 cq->dma_addr = vtophys(cq->queue);
892 mm->addr = vtophys(chp->cq.queue);
H A Dmem.c803 dma_addr = vtophys(c4pl);
/freebsd-10-stable/sys/i386/xen/
H A Dpmap.c1707 lazyptd = vtophys(pmap->pm_pdpt);
1709 lazyptd = vtophys(pmap->pm_pdir);
1749 cr3 = vtophys(pmap->pm_pdir);
1789 ptdpg[i] = PHYS_TO_VM_PAGE(vtophys(pmap->pm_pdir + (i*NPDEPG)) & PG_FRAME);
1792 ptdpg[NPGPTD] = PHYS_TO_VM_PAGE(vtophys(pmap->pm_pdpt));
4309 cr3 = vtophys(pmap->pm_pdpt);
4311 cr3 = vtophys(pmap->pm_pdir);
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c214 cq->dma_addr = vtophys(cq->queue);
318 wq->dma_addr = vtophys(wq->queue);
567 rdev_p->ctrl_qp.dma_addr = vtophys(rdev_p->ctrl_qp.workq);
H A Diw_cxgb_provider.c253 mm->addr = vtophys(chp->cq.queue);
891 mm1->addr = vtophys(qhp->wq.queue);
/freebsd-10-stable/sys/dev/xen/netfront/
H A Dnetfront.c932 vtophys(m_new->m_ext.ext_buf) >> PAGE_SHIFT);
945 pfn = vtophys(vaddr) >> PAGE_SHIFT;
1993 pfn = vtophys(mtod(m, vm_offset_t)) >> PAGE_SHIFT;
/freebsd-10-stable/sys/dev/drm/
H A Dvia_dmablit.c132 next = vtophys(desc_ptr);
/freebsd-10-stable/sys/dev/sound/pci/
H A Denvy24.c2177 printf("%p -> %lx\n", sc->pmap, (unsigned long)vtophys(sc->pmap));
2193 printf("%p -> %lx\n", sc->rmap, (unsigned long)vtophys(sc->pmap));
2276 addr = vtophys(sc->pbuf);
2289 addr = vtophys(sc->rbuf);
/freebsd-10-stable/sys/i386/i386/
H A Dbios.c404 *ptd = vtophys(pte) | PG_RW | PG_V;
H A Dvm86.c596 page = vtophys(vmc->pmap[i].kva & PG_FRAME);
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c546 if (vtophys(*vaddr) % dmat->dt_alignment)
/freebsd-10-stable/sys/amd64/vmm/intel/
H A Dvmx.c831 vmx->eptp = eptp(vtophys((vm_offset_t)pmap->pm_pml4));
907 error += vmwrite(VMCS_MSR_BITMAP, vtophys(vmx->msr_bitmap));
920 vtophys(&vmx->apic_page[i]));
929 vtophys(&vmx->pir_desc[i]));
/freebsd-10-stable/sys/powerpc/ps3/
H A Dps3cdrom.c639 LV1_STORAGE_SEND_ATAPI_COMMAND, vtophys(&atapi_cmd),
H A Dif_glc.c186 vtophys(sc->sc_hwirq_status), 0);
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_mem2.c41 #include <vm/vm.h> /* vtophys */
42 #include <vm/pmap.h> /* vtophys */
400 pa = vtophys(p[i].lut[offset / p[i]._objsize].vaddr) +
960 p->lut[i].paddr = vtophys(clust);
/freebsd-10-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c192 *(BUS_ADDRESS *)(p+1) = (BUS_ADDRESS)vtophys(p);
205 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c189 *(BUS_ADDRESS *)(p+1) = (BUS_ADDRESS)vtophys(p);
202 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
/freebsd-10-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c186 *(BUS_ADDRESS *)(p+1) = (BUS_ADDRESS)vtophys(p);
199 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
/freebsd-10-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c208 sc->pbase = vtophys(sc->vbase);
/freebsd-10-stable/sys/dev/agp/
H A Dagp.c164 gatt->ag_physical = vtophys((vm_offset_t) gatt->ag_virtual);
/freebsd-10-stable/sys/powerpc/ofw/
H A Dofw_real.c217 of_bounce_phys = vtophys(of_bounce_virt);
/freebsd-10-stable/sys/ia64/ia64/
H A Dbusdma_machdep.c456 else if (vtophys(*vaddr) & (dmat->alignment - 1))
/freebsd-10-stable/sys/arm/arm/
H A Dmachdep.c406 cpu_l2cache_wb_range((uintptr_t)vtophys(ptr), len);
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dbusdma_machdep.c544 } else if (vtophys(*vaddr) & (dmat->alignment - 1)) {
/freebsd-10-stable/sys/x86/x86/
H A Dbusdma_bounce.c449 } else if (vtophys(*vaddr) & (dmat->common.alignment - 1)) {

Completed in 555 milliseconds

12345