Searched refs:page_idx (Results 1 – 3 of 3) sorted by relevance
7866 unsigned int page_idx = 0, start_idx = 0, last_idx = 0, orig_last_idx = 0; in vm_page_find_contiguous() local7927 for (page_idx = last_idx, start_idx = last_idx; in vm_page_find_contiguous()7928 npages < contig_pages && page_idx < vm_pages_count; in vm_page_find_contiguous()7929 page_idx++) { in vm_page_find_contiguous()7935 page_idx >= orig_last_idx) { in vm_page_find_contiguous()7944 m = vm_page_get(page_idx); in vm_page_find_contiguous()7969 start_idx = page_idx; in vm_page_find_contiguous()8067 page_idx = last_idx; in vm_page_find_contiguous()8079 assert(page_idx - start_idx == contig_pages); in vm_page_find_contiguous()8092 while (start_idx < page_idx) { in vm_page_find_contiguous()[all …]
1084 page_idx = paddr / kern.globals.page_size1088 if page_idx >= base and page_idx < end:
4373 page_idx = 04374 while page_idx < pager.cpgr_num_slots:4376 chunk = pager.cpgr_slots.cpgr_islots[page_idx // 128]4377 slot = chunk[page_idx % 128]4379 slot = pager.cpgr_slots.cpgr_dslots[page_idx]4381 slot = pager.cpgr_slots.cpgr_eslots[page_idx]4384 …print("compressed page for offset: %x slot %x\n" % ((page_idx * pagesize) - obj.paging_offset, slo…4385 page_idx = page_idx + 1