Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_mteinfo.c550 cell_idx_t cidx = 0; variable
556 cidx = 100;
557 t_set_activating(cidx);
558 mteinfo_tag_storage_set_active(&vm_pages_tag_storage[cidx], 0, false);
560 verify_cell_in_list(cell_from_idx(cidx), MTE_LIST_ACTIVE_0_IDX);
562 t_set_deactivating(cidx);
563 mteinfo_tag_storage_set_inactive(&vm_pages_tag_storage[cidx], false);
565 verify_cell_in_list(cell_from_idx(cidx), MTE_LIST_INACTIVE_IDX);
567 cidx = 101;
568 t_set_activating(cidx);
[all …]
/xnu-12377.81.4/osfmk/vm/
H A Dvm_mteinfo.c712 cell_idx_t cidx = cell_idx(cell); in cell_queue_remove() local
716 if (prev->next != cidx || next->prev != cidx) { in cell_queue_remove()
1192 cell_idx_t cidx = (pnum - pmap_first_pnum) / MTE_PAGES_PER_TAG_PAGE; in cell_from_covered_ppnum() local
1194 return cell_from_idx(cidx); in cell_from_covered_ppnum()
1202 cell_idx_t cidx = (pnum - pmap_first_pnum) / MTE_PAGES_PER_TAG_PAGE; in cell_from_covered_ppnum() local
1204 *tag_page = vm_tag_storage_page_get(cidx); in cell_from_covered_ppnum()
1205 return cell_from_idx(cidx); in cell_from_covered_ppnum()
1554 cell_idx_t cidx; in mteinfo_tag_page_from_covered_page() local
1561 cidx = (pnum - pmap_first_pnum) / MTE_PAGES_PER_TAG_PAGE; in mteinfo_tag_page_from_covered_page()
1562 cell = cell_from_idx(cidx); in mteinfo_tag_page_from_covered_page()
[all …]