Home
last modified time | relevance | path

Searched refs:doUnmap (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOGuardPageMemoryDescriptor.cpp114 doUnmap(map, (IOVirtualAddress) mapping, 0); in doMap()
H A DIOMemoryDescriptor.cpp5034 doUnmap(mapping->fAddressMap, (IOVirtualAddress) mapping, 0); in doMap()
5070 IOGeneralMemoryDescriptor::doUnmap( in doUnmap() function in IOGeneralMemoryDescriptor
5077 ret = super::doUnmap(addressMap, __address, __length); in doUnmap()
5296 IOMemoryDescriptor::doUnmap( in doUnmap() function in IOMemoryDescriptor
5448 err = fMemory->doUnmap(fAddressMap, (IOVirtualAddress) this, 0); in unmap()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h868 virtual IOReturn doUnmap(
1267 virtual IOReturn doUnmap(