Searched refs:xen_machphys_update (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/amd64/include/xen/
H A Dxenfunc.h62 #define xen_machphys_update(a, b) _xen_machphys_update((a), (b), __FILE__, __LINE__) macro
64 #define xen_machphys_update(a, b) _xen_machphys_update((a), (b), NULL, 0) macro
/freebsd-10-stable/sys/i386/include/xen/
H A Dxenfunc.h64 #define xen_machphys_update(a, b) _xen_machphys_update((a), (b), __FILE__, __LINE__) macro
66 #define xen_machphys_update(a, b) _xen_machphys_update((a), (b), NULL, 0) macro
/freebsd-10-stable/sys/i386/xen/
H A Dxen_machdep.c628 xen_machphys_update(mfn+i, pfn);
651 xen_machphys_update(mfn, pfn);
711 xen_machphys_update(mfn, pfn);
831 xen_machphys_update(phys_machine[i], i);

Completed in 156 milliseconds