Home
last modified time | relevance | path

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

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