Searched refs:cidx (Results 1 – 2 of 2) sorted by relevance
550 cell_idx_t cidx = 0; variable556 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 …]
712 cell_idx_t cidx = cell_idx(cell); in cell_queue_remove() local716 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() local1194 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() local1204 *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++) { variable3041 cell_t *cell = cell_from_idx(cidx);3051 block(vm_tag_storage_page_get(cidx));[all …]