Searched defs:virt_to_mfn (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/xen/pcifront/
H A Dpcifront.c83 #define virt_to_mfn(x) (vtophys(x) >> PAGE_SHIFT) macro
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c131 #define virt_to_mfn(x) (vtophys(x) >> PAGE_SHIFT) macro
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c158 #define virt_to_mfn(x) (vtophys(x) >> PAGE_SHIFT) macro

Completed in 106 milliseconds