Searched refs:first_free_vmapping (Results 1 – 1 of 1) sorted by relevance
43 static int first_free_vmapping; variable78 if (first_free_vmapping < num_virtual_chunks) { in generic_get_physical_page()80 paddr_desc[index].va = first_free_vmapping * sIOSpaceChunkSize in generic_get_physical_page()83 virtual_pmappings[first_free_vmapping] = &paddr_desc[index]; in generic_get_physical_page()87 for (; first_free_vmapping < num_virtual_chunks; in generic_get_physical_page()88 first_free_vmapping++) { in generic_get_physical_page()89 if (virtual_pmappings[first_free_vmapping] == NULL) in generic_get_physical_page()201 virtual_pmappings, first_free_vmapping); in dump_iospace()277 first_free_vmapping = 0; in generic_vm_physical_page_mapper_init()