Searched refs:upn (Results 1 – 1 of 1) sorted by relevance
1596 ppnum_t upn = pmap_find_phys(p, uaddr); in debug_copyin() local1597 uint64_t phys_src = ptoa_64(upn) | (uaddr & PAGE_MASK); in debug_copyin()1604 if (upn && pmap_valid_page(upn) && phys_dest) { in debug_copyin()