VM_MD_TO_PAGE
struct vm_page * const pg = VM_MD_TO_PAGE(mdpg);
struct vm_page *pg = VM_MD_TO_PAGE(mdpg);
(uintptr_t)VM_MD_TO_PAGE(mdpg), va, pte_value(old_pte), 0);
struct vm_page *pg = VM_MD_TO_PAGE(mdpg);
struct vm_page * const pg = VM_MD_TO_PAGE(mdpg);
struct vm_page * const pg = vmpage_p ? VM_MD_TO_PAGE(mdpg) : NULL;
struct vm_page *pg = VM_PAGEMD_VMPAGE_P(mdpg) ? VM_MD_TO_PAGE(mdpg) :
VM_PAGEMD_VMPAGE_P(mdpg) ? VM_MD_TO_PAGE(mdpg) : NULL;