psm_map_phys_new
extern caddr_t psm_map_phys_new(paddr_t, size_t, int);
nvc->nvc_sgp_cbp = (nv_sgp_cb_t *)psm_map_phys_new(cbp,
return (psm_map_phys_new((paddr_t)(addr & 0xffffffff), len, prot));
bios = psm_map_phys_new(ep->ep30.smbe_staddr, smbe_stlen,
extern caddr_t psm_map_phys_new(paddr_t, size_t, int);
#define psm_map_phys psm_map_phys_new