Searched refs:pg (Results 1 – 2 of 2) sorted by relevance
180 __u8 __arena *pg; in alloc_pages() local186 if (!pg) in alloc_pages()198 *pg = pg_idx; in alloc_pages()209 __u8 __arena *pg; in big_alloc2() local223 pg = page[i]; in big_alloc2()224 if (*pg != i) in big_alloc2()238 pg = page[i]; in big_alloc2()239 if (*pg != i) in big_alloc2()254 pg = page[i]; in big_alloc2()255 if (*pg != i) in big_alloc2()[all …]
2123 sparsebit_idx_t pg, base; in __vm_phy_pages_alloc() local2136 base = pg = paddr_min >> vm->page_shift; in __vm_phy_pages_alloc()2138 for (; pg < base + num; ++pg) { in __vm_phy_pages_alloc()2140 base = pg = sparsebit_next_set(region->unused_phy_pages, pg); in __vm_phy_pages_alloc()2144 } while (pg && pg != base + num); in __vm_phy_pages_alloc()2146 if (pg == 0) { in __vm_phy_pages_alloc()2155 for (pg = base; pg < base + num; ++pg) { in __vm_phy_pages_alloc()2156 sparsebit_clear(region->unused_phy_pages, pg); in __vm_phy_pages_alloc()2158 sparsebit_set(region->protected_phy_pages, pg); in __vm_phy_pages_alloc()2354 sparsebit_idx_t pg = 0; in vm_is_gpa_protected() local[all …]
Completed in 8 milliseconds