Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/
H A Dpmap.c3673 unsigned max_pt_index = PAGE_SIZE / pt_attr_page_size(pt_attr); in pmap_tt_deallocate() local
3692 for (i = 0, pt_acc_cnt = 0; i < max_pt_index; i++) { in pmap_tt_deallocate()
3700 while (pt_free_entry_cnt < max_pt_index && tt_free_list) { in pmap_tt_deallocate()
3709 if (pt_free_entry_cnt == max_pt_index) { in pmap_tt_deallocate()