Searched defs:psm_map_phys (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsmp_impldefs.h101 * XX64: Changing psm_map_phys() to take a paddr_t rather than a uint32_t
107 #define psm_map_phys psm_map_phys_new macro
109 /* unmap the physical address given in psm_map_phys() from the addr */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_implfuncs.c265 return (psm_map_phys(addr, len, phys_prot));
268 #undef psm_map_phys macro
272 psm_map_phys(uint32_t addr, size_t len, int prot) function

Completed in 57 milliseconds