pmap_page_exists_quick
bool pmap_page_exists_quick(pmap_t pmap, vm_page_t m);
if (vm_page_wired(m) || !pmap_page_exists_quick(pmap, m)) {