Searched refs:cell (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_mteinfo.c | 628 cell_idx(const cell_t *cell) in cell_idx() argument 630 return (cell_idx_t)(cell - mte_info_cells); in cell_idx() 643 cell_free_page_count(cell_t cell) in cell_free_page_count() argument 645 return __builtin_popcountll(cell.free_mask); in cell_free_page_count() 650 cell_first_covered_pnum(const cell_t *cell) in cell_first_covered_pnum() argument 652 return pmap_first_pnum + cell_idx(cell) * MTE_PAGES_PER_TAG_PAGE; in cell_first_covered_pnum() 689 cell_queue_insert_tail(mte_cell_queue_t queue, cell_t *cell) in cell_queue_insert_tail() argument 699 cell->next = qidx; in cell_queue_insert_tail() 700 cell->prev = tidx; in cell_queue_insert_tail() 701 queue->head.prev = tail->next = cell_idx(cell); in cell_queue_insert_tail() [all …]
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_mteinfo.c | 243 verify_cell_mark(cell_t *cell, mte_cell_state_t state) in verify_cell_mark() argument 245 T_QUIET; T_ASSERT_EQ(state, (int)cell->state, in verify_cell_mark() 246 "correct state for cell %p", cell); in verify_cell_mark() 247 T_QUIET; T_ASSERT_FALSE(cell->__unused_bits, in verify_cell_mark() 248 "cell %p not seen yet", cell); in verify_cell_mark() 249 cell->__unused_bits = true; in verify_cell_mark() 253 verify_cell_clear(cell_t *cell) in verify_cell_clear() argument 255 T_QUIET; T_ASSERT_TRUE(cell->__unused_bits, in verify_cell_clear() 256 "cell %p already seen", cell); in verify_cell_clear() 257 cell->__unused_bits = false; in verify_cell_clear() [all …]
|
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IODeviceTreeSupport.cpp | 628 UInt32 acells, icells, pacells, picells, cell; in IODTMapOneInterrupt() local 712 cell = (i < acells) ? addrCmp[i] : intSpec[i - acells]; in IODTMapOneInterrupt() 714 cell &= maskCmp[i]; in IODTMapOneInterrupt() 716 cmp = (cell == map[i]); in IODTMapOneInterrupt() 1234 UInt32 cell[8], propLen; in IODTResolveAddressCell() local 1252 if (childCells > sizeof(cell) / sizeof(cell[0])) { in IODTResolveAddressCell() 1256 bcopy( cellsIn, cell, sizeof(UInt32) * childCells ); in IODTResolveAddressCell() 1263 *phys = CellsValue( childAddressCells, cell ); in IODTResolveAddressCell() 1299 diff = (*compare)( childAddressCells, cell, range ); in IODTResolveAddressCell() 1310 diff2 = (*compare)( childAddressCells, cell, endCell ); in IODTResolveAddressCell() [all …]
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_var_status.h | 299 enum ifnet_interface_advisory_notification_type_cell cell; member
|
| /xnu-12377.61.12/tools/lldbmacros/kmemory/ |
| H A D | vm.py | 703 cell = self.mte_cells.xGetSiblingValueAtIndex(index) 730 pmap=pmap.sbv, index=index, c=cell,
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | mptcp_subr.c | 373 boolean_t cell = mpte->mpte_initial_cell; in mptcpstats_session_wrapup() local 380 if (cell && mpte->mpte_handshake_success) { in mptcpstats_session_wrapup() 396 if (cell && mpte->mpte_handshake_success) { in mptcpstats_session_wrapup() 415 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup() 428 if (!cell && mpte->mpte_used_cell) { in mptcpstats_session_wrapup() 438 if (!cell && mpte->mpte_used_cell) { in mptcpstats_session_wrapup() 448 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup() 473 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup() 481 if (cell && mpte->mpte_handshake_success && mpte->mpte_used_wifi) { in mptcpstats_session_wrapup()
|
| /xnu-12377.61.12/bsd/vm/ |
| H A D | vm_unix.c | 3416 SYSCTL_NODE(_vm_mte, OID_AUTO, cell, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "mte cell");
|