Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.41.6/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()
3040 for (cell_idx_t cidx = 0; cidx < mte_tag_storage_count; cidx++) { variable
3041 cell_t *cell = cell_from_idx(cidx);
3051 block(vm_tag_storage_page_get(cidx));
[all …]