Searched refs:page_idx (Results 1 – 3 of 3) sorted by relevance
6787 unsigned int page_idx = 0, start_idx = 0, last_idx = 0, orig_last_idx = 0; in vm_page_find_contiguous() local6848 for (page_idx = last_idx, start_idx = last_idx; in vm_page_find_contiguous()6849 npages < contig_pages && page_idx < vm_pages_count; in vm_page_find_contiguous()6850 page_idx++) { in vm_page_find_contiguous()6854 page_idx >= orig_last_idx) { in vm_page_find_contiguous()6863 m = vm_page_get(page_idx); in vm_page_find_contiguous()6888 start_idx = page_idx; in vm_page_find_contiguous()6988 page_idx = last_idx; in vm_page_find_contiguous()7000 assert(page_idx - start_idx == contig_pages); in vm_page_find_contiguous()7013 while (start_idx < page_idx) { in vm_page_find_contiguous()[all …]
1085 page_idx = paddr / kern.globals.page_size1089 if page_idx >= base and page_idx < end:
4410 page_idx = 04411 while page_idx < pager.cpgr_num_slots:4413 chunk = pager.cpgr_slots.cpgr_islots[page_idx // 128]4414 slot = chunk[page_idx % 128]4416 slot = pager.cpgr_slots.cpgr_dslots[page_idx]4418 slot = pager.cpgr_slots.cpgr_eslots[page_idx]4421 …print("compressed page for offset: %x slot %x\n" % ((page_idx * pagesize) - obj.paging_offset, slo…4422 page_idx = page_idx + 1