Lines Matching refs:vmmap
1488 vmmap = Cast(task.map, '_vm_map *')
1489 page_size = 1 << int(vmmap.hdr.page_shift)
1508 vmstats.vmmap = vmmap
1509 vmstats.vsize = unsigned(vmmap.size) // page_size
1646 def GetResidentPageCount(vmmap): argument
1649 if vmmap.pmap != 0 and vmmap.pmap != kern.globals.kernel_pmap and vmmap.pmap.ledger != 0:
1651 phys_mem = GetLedgerEntryBalance(ledger_template, vmmap.pmap.ledger, idx)
1657 def GetVMMapSummary(vmmap): argument
1661 vm_size = uint64_t(vmmap.size).value
1662 resident_pages = GetResidentPageCount(vmmap)
1664 if int(vmmap.holelistenabled) == 0: first_free = vmmap.f_s._first_free
1665 …tring += format_string.format(vmmap, vmmap.pmap, vm_size, vmmap.hdr.nentries, resident_pages, vmma…
3601 vmmap = task.map
3602 pmap = vmmap.pmap
3608 vme_list_head = vmmap.hdr.links