Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py1437 current_index = 0
1440 while current_index < max_zallocation:
1441 current_zalloc = kern.globals.zallocations[current_index]
1443 …print '{0: <5d} {1: <#018x} {2: <5d} {3: <15d}'.format(current_index, current_zalloc.za_element, c…
1445 current_index += 1
1462 current_index = 0
1465 while current_index < max_zallocation:
1466 current_zalloc = kern.globals.zallocations[current_index]
1468 …print '{0: <5d} {1: <#018x} {2: <6d}'.format(current_index, current_zalloc.za_element, current_zal…
1470 current_index += 1
[all …]
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c9819 unsigned int current_index; local
9854 …for (current_index = start_index, addr = start; current_index < max_index; current_index++, addr +…
9870 if (!testbit(current_index, (int *)grand->nested_pmap->nested_region_asid_bitmap)) {
9871 setbit(current_index, (int *)grand->nested_pmap->nested_region_asid_bitmap);