Searched refs:vtomach (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/amd64/include/xen/
H A Dxenvar.h67 #define vtomach(va) pmap_kextract((vm_offset_t) (va)) macro
106 #define VTOMFN(va) (vtomach(va) >> PAGE_SHIFT)
H A Dxenpmap.h148 xen_queue_pt_update(vtomach(_ptp), \
154 xen_queue_pt_update(vtomach(_ptp), _npte); \
159 xen_queue_pt_update(vtomach(_ptp), 0); \
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenvar.h86 #define VTOMFN(va) (vtomach(va) >> PAGE_SHIFT)
109 #define vtomach(va) pmap_kextract((vm_offset_t) (va)) macro
H A Dxenpmap.h153 xen_queue_pt_update(vtomach(_ptp), \
159 xen_queue_pt_update(vtomach(_ptp), _npte); \
164 xen_queue_pt_update(vtomach(_ptp), 0); \
/freebsd-9.3-release/sys/i386/include/
H A Dpmap.h244 #define vtomach(va) pmap_kextract_ma(((vm_offset_t) (va))) macro
/freebsd-9.3-release/sys/i386/xen/
H A Dxen_machdep.c698 pfn = vtomach((char *)addr + i*PAGE_SIZE) >> PAGE_SHIFT;
1242 *(uint64_t *)&mcl[i].args[0] = vtomach((vm_offset_t)a);
1252 *(uint64_t *)&mcl[i].args[0] = vtomach((vm_offset_t)a);
H A Dmp_machdep.c760 PT_SET_MA(bootAPgdt, vtomach(bootAPgdt) | PG_V);
894 ctxt.gdt_frames[0] = (uint32_t)((uint64_t)vtomach(bootAPgdt) >> PAGE_SHIFT);
H A Dpmap.c325 vm_paddr_t pdir_ma = vtomach(&pmap->pm_pdir[ptepindex]);
/freebsd-9.3-release/sys/i386/i386/
H A Dsys_machdep.c223 HYPERVISOR_update_descriptor(vtomach(&PCPU_GET(fsgs_gdt)[0]),
264 HYPERVISOR_update_descriptor(vtomach(&PCPU_GET(fsgs_gdt)[1]),
H A Dmachdep.c2604 gdtmachpfn = vtomach(gdt) >> PAGE_SHIFT;
/freebsd-9.3-release/sys/dev/xen/pcifront/
H A Dpcifront.c81 #define virt_to_mfn(x) (vtomach(x) >> PAGE_SHIFT)
/freebsd-9.3-release/sys/dev/xen/netfront/
H A Dnetfront.c196 #define virt_to_mfn(x) (vtomach(x) >> PAGE_SHIFT)
916 vtomach(mtod(m_new,vm_offset_t)) >> PAGE_SHIFT;
/freebsd-9.3-release/sys/dev/xen/blkfront/
H A Dblkfront.c792 (vtomach(sring_page_addr) >> PAGE_SHIFT), &sc->ring_ref[i]);
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback.c133 #define virt_to_mfn(x) (vtomach(x) >> PAGE_SHIFT)

Completed in 256 milliseconds