Searched refs:vm_pages_count (Results 1 – 5 of 5) sorted by relevance
140 static const uint32_t vm_pages_count = 8 * 1024; variable141 static struct vm_page vm_pages[vm_pages_count];142 static const vm_page_t vm_pages_end = vm_pages + vm_pages_count;145 static const uint32_t mte_tag_storage_count = vm_pages_count / MTE_PAGES_PER_TAG_PAGE;146 static const uint32_t mte_tag_storage_start_pnum = pmap_first_pnum + vm_pages_count - mte_tag_stor…148 static const uint64_t mte_tag_storage_end = ptoa(pmap_first_pnum + vm_pages_count);237 assert(pnum < pmap_first_pnum + vm_pages_count); in covered_page()461 for (uint32_t i = 0; i < vm_pages_count; i++) { in test_setup()
380 uint32_t vm_pages_count; variable383 SECURITY_READ_ONLY_LATE(uint32_t) vm_pages_count;1868 if (vm_pages_count > 0) { in vm_get_delayed_page()1869 assert(pnum > vm_page_get(vm_pages_count - 1)->vmp_phys_page); in vm_get_delayed_page()1872 p = vm_page_get(vm_pages_count); in vm_get_delayed_page()1875 ++vm_pages_count; in vm_get_delayed_page()1943 start_free_va = round_page((vm_offset_t)vm_page_get(vm_pages_count)); in vm_free_delayed_pages()2725 assert3u(vm_pages_count + vm_delayed_count, <=, npages); in pmap_startup()2751 ++vm_pages_count; in pmap_startup()2761 vm_page_pages = vm_pages_count; /* used to report to user space */ in pmap_startup()[all …]
429 extern uint32_t vm_pages_count;640 assert(p < (uintptr_t)vm_pages_count); in vm_page_unpack_ptr()
362 for (i = n + 1, p = elt + 1; i < vm_clump_size && p < vm_page_get(vm_pages_count); i++, p++) { in vm_page_queue_enter_clump()
3897 vm_pages_count = unsigned(kern.globals.vm_pages_count)3919 elif vm_pages_first_pnum <= pnum < vm_pages_first_pnum + vm_pages_count:4073 vm_pages_count = kern.globals.vm_pages_count4076 npages = vm_pages_count4150 npages = vm_pages_count - start_index4158 if end_index >= vm_pages_count:4159 … raise ArgumentError("Index range out of bound. vm_pages_count: {0:d}".format(vm_pages_count))4976 vm_pages_count = kern.globals.vm_pages_count4995 for i in range(vm_pages_count):4997 print("{:d}/{:d}...\n".format(i,vm_pages_count))[all …]