Lines Matching refs:vmmap
1479 vmmap = Cast(task.map, '_vm_map *')
1480 page_size = 1 << int(vmmap.hdr.page_shift)
1499 vmstats.vmmap = vmmap
1500 vmstats.vsize = unsigned(vmmap.size) // page_size
1637 def GetResidentPageCount(vmmap): argument
1640 if vmmap.pmap != 0 and vmmap.pmap != kern.globals.kernel_pmap and vmmap.pmap.ledger != 0:
1642 phys_mem = GetLedgerEntryBalance(ledger_template, vmmap.pmap.ledger, idx)
1648 def GetVMMapSummary(vmmap): argument
1652 vm_size = uint64_t(vmmap.size).value
1653 resident_pages = GetResidentPageCount(vmmap)
1655 if int(vmmap.holelistenabled) == 0: first_free = vmmap.f_s._first_free
1656 …tring += format_string.format(vmmap, vmmap.pmap, vm_size, vmmap.hdr.nentries, resident_pages, vmma…
3590 vmmap = task.map
3591 pmap = vmmap.pmap
3597 vme_list_head = vmmap.hdr.links