Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_mteinfo.c628 cell_idx(const cell_t *cell) in cell_idx() function
636 cell_idx(mte_cell_queue_t queue) in cell_idx() function
638 return cell_idx(&queue->head); in cell_idx()
652 return pmap_first_pnum + cell_idx(cell) * MTE_PAGES_PER_TAG_PAGE; in cell_first_covered_pnum()
691 cell_idx_t qidx = cell_idx(queue); in cell_queue_insert_tail()
701 queue->head.prev = tail->next = cell_idx(cell); in cell_queue_insert_tail()
712 cell_idx_t cidx = cell_idx(cell); in cell_queue_remove()
2961 .prev = cell_idx(qhp), in cell_list_init()
2962 .next = cell_idx(qhp), in cell_list_init()
3018 cell_from_idx(0)->prev = cell_idx(queue); in mteinfo_init()
[all …]
/xnu-12377.61.12/tests/vm/
H A Dvm_mteinfo.c275 "correct mte page count (cell %d)", cell_idx(cell)); in verify_cell_mte_page_count()
280 "correct mte page count (cell %d)", cell_idx(cell)); in verify_cell_mte_page_count()
298 "correct mte page count (cell %d)", cell_idx(head)); in verify_cell_queue()
383 cellp, cell_idx(cellp), cell_free_page_count(*cellp), cellp->mte_page_count, in print_cell()
394 queue, cell_idx(queue), head.next, head.prev); in print_cell_queue()