Home
last modified time | relevance | path

Searched refs:getPageCounts (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp239 IOSubMemoryDescriptor::getPageCounts(IOByteCount * residentPageCount, in getPageCounts() function in IOSubMemoryDescriptor
242 return _parent->getPageCounts(residentPageCount, dirtyPageCount); in getPageCounts()
H A DIOMultiMemoryDescriptor.cpp416 IOMultiMemoryDescriptor::getPageCounts(IOByteCount * pResidentPageCount, in getPageCounts() function in IOMultiMemoryDescriptor
426 err = _descriptors[index]->getPageCounts(&residentPageCount, &dirtyPageCount); in getPageCounts()
H A DIOMemoryDescriptor.cpp3827 IOMemoryDescriptor::getPageCounts( IOByteCount * residentPageCount, in getPageCounts() function in IOMemoryDescriptor
3846 err = smd->getPageCounts(residentPageCount, dirtyPageCount); in getPageCounts()
3848 err = mmd->getPageCounts(residentPageCount, dirtyPageCount); in getPageCounts()
/xnu-11215/iokit/IOKit/
H A DIOMultiMemoryDescriptor.h121 IOReturn getPageCounts(IOByteCount * residentPageCount,
H A DIOSubMemoryDescriptor.h120 IOReturn getPageCounts(IOByteCount * residentPageCount,
H A DIOMemoryDescriptor.h388 IOReturn getPageCounts( IOByteCount * residentPageCount,