Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_mteinfo.c439 } cell_t; typedef
442 static_assert(sizeof(cell_t) == 12);
453 cell_t head;
529 static SECURITY_READ_ONLY_LATE(cell_t *) mte_info_cells;
619 static cell_t *
628 cell_idx(const cell_t *cell) in cell_idx()
643 cell_free_page_count(cell_t cell) in cell_free_page_count()
650 cell_first_covered_pnum(const cell_t *cell) in cell_first_covered_pnum()
675 static cell_t *
689 cell_queue_insert_tail(mte_cell_queue_t queue, cell_t *cell) in cell_queue_insert_tail()
[all …]
/xnu-12377.41.6/tests/vm/
H A Dvm_mteinfo.c243 verify_cell_mark(cell_t *cell, mte_cell_state_t state) in verify_cell_mark()
253 verify_cell_clear(cell_t *cell) in verify_cell_clear()
261 verify_cell_mte_page_count(cell_t *cell, mte_cell_list_idx_t lidx) in verify_cell_mte_page_count()
292 cell_t *head = &queue->head; in verify_cell_queue()
293 cell_t *prev = head; in verify_cell_queue()
361 verify_cell_in_list(cell_t *cell, mte_cell_list_idx_t idx) in verify_cell_in_list()
380 print_cell(cell_t *cellp) in print_cell()
390 cell_t head = queue->head; in print_cell_queue()
406 cell_t head = list->buckets[0].head; in print_cell_list()
488 cell_t *cell = cell_from_idx(idx); in t_set_activating()
[all …]