Home
last modified time | relevance | path

Searched refs:pmap_memory_region_current (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/osfmk/i386/
H A Di386_vm_init.c444 pmap_memory_region_count = pmap_memory_region_current = 0; in i386_vm_init()
1045 while (pmap_memory_region_current < pmap_memory_region_count) { in pmap_next_page()
1046 region = &pmap_memory_regions[pmap_memory_region_current]; in pmap_next_page()
1052 pmap_memory_region_current++; in pmap_next_page()
H A Dpmap.h642 extern unsigned pmap_memory_region_current;
/xnu-10063.141.1/osfmk/x86_64/
H A Dpmap.c222 unsigned pmap_memory_region_current; variable