Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/
H A Dpmap.c9970 unsigned int current_index; local
10019 for (current_index = start_index, addr = start; current_index < max_index; current_index++) {
10032 if (!testbit(current_index, (int *)grand->nested_pmap->nested_region_asid_bitmap) ||
10043 setbit(current_index, (int *)grand->nested_pmap->nested_region_asid_bitmap);
10105 if (current_index < max_index) {