Home
last modified time | relevance | path

Searched refs:cells (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1165 AddLengthToCells( UInt32 numCells, UInt32 *cells, UInt64 offset) in AddLengthToCells() argument
1168 cells[0] += (UInt32)offset; in AddLengthToCells()
1171 UInt64 sum = cells[numCells - 2] + offset; in AddLengthToCells()
1172 cells[numCells - 2] = (UInt32)sum; in AddLengthToCells()
1174 cells[numCells - 1] += (UInt32)(sum >> 32); in AddLengthToCells()
1177 UInt64 sum = cells[numCells - 1] + offset; in AddLengthToCells()
1178 cells[numCells - 1] = (UInt32)sum; in AddLengthToCells()
1180 cells[numCells - 2] += (UInt32)(sum >> 32); in AddLengthToCells()
1187 CellsValue( UInt32 numCells, UInt32 *cells) in CellsValue() argument
1190 return IOPhysical32( 0, cells[0] ); in CellsValue()
[all …]
/xnu-12377.61.12/osfmk/vm/
H A Dvm_mteinfo_internal.h802 extern void kdp_mteinfo_snapshot(struct mte_info_cell __counted_by(count) *cells, size_t count);
H A Dvm_mteinfo.c3407 kdp_mteinfo_snapshot(struct mte_info_cell * __counted_by(count) cells, size_t count) in kdp_mteinfo_snapshot() argument
3435 cells[cidx] = (struct mte_info_cell) { in kdp_mteinfo_snapshot()
/xnu-12377.61.12/tools/lldbmacros/kmemory/
H A Dvm.py850 print(xnu_format(fmt, lists=self.mte_lists, cells=self.mte_cells))