Searched refs:inuse_ptepages (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c1190 int inuse_ptepages = 0; local
1194 inuse_ptepages += p->pm_obj_pml4->resident_page_count;
1197 inuse_ptepages += p->pm_obj_pdpt->resident_page_count;
1200 inuse_ptepages += p->pm_obj->resident_page_count;
1203 OSAddAtomic(-inuse_ptepages, &inuse_ptepages_count);
1204 PMAP_ZINFO_PFREE(p, inuse_ptepages * PAGE_SIZE);
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c1606 int inuse_ptepages = 0; local
1612 inuse_ptepages += p->pm_obj_pml4->resident_page_count;
1615 inuse_ptepages += p->pm_obj_pdpt->resident_page_count;
1618 inuse_ptepages += p->pm_obj->resident_page_count;
1621 OSAddAtomic(-(inuse_ptepages+1), &inuse_ptepages_count);
1622 PMAP_ZINFO_PFREE(p, inuse_ptepages * PAGE_SIZE);

Completed in 27 milliseconds