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

/freebsd-9.3-release/sys/amd64/include/xen/
H A Dxenvar.h54 phystomach(vm_paddr_t pa) function
109 #define phystomach(pa) (((vm_paddr_t)(PFNTOMFN((pa) >> PAGE_SHIFT))) << PAGE_SHIFT) macro
H A Dxenpmap.h206 return phystomach(tmp) | (ppa & ~PG_FRAME);
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenvar.h89 #define phystomach(pa) (((vm_paddr_t)(PFNTOMFN((pa) >> PAGE_SHIFT))) << PAGE_SHIFT) macro
H A Dxenpmap.h211 return phystomach(tmp) | (ppa & ~PG_FRAME);

Completed in 78 milliseconds