Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dpmap.c9977 unsigned int current_index; local
10026 for (current_index = start_index, addr = start; current_index < max_index; current_index++) {
10039 if (!testbit(current_index, (int *)grand->nested_pmap->nested_region_asid_bitmap) ||
10050 setbit(current_index, (int *)grand->nested_pmap->nested_region_asid_bitmap);
10112 if (current_index < max_index) {