Home
last modified time | relevance | path

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

/xnu-8792.81.2/iokit/Kernel/
H A DIOMemoryDescriptor.cpp813 IOMemoryDescriptorMapDealloc(IOOptionBits options, vm_map_t map, in IOMemoryDescriptorMapDealloc() function
1201 (void) IOMemoryDescriptorMapDealloc(options, map, trunc_page_64(addr), size); in memoryReferenceMap()
1530 (void) IOMemoryDescriptorMapDealloc(options, map, trunc_page_64(addr), size); in memoryReferenceMapNew()
5275 err = IOMemoryDescriptorMapDealloc(mapping->fOptions, addressMap, address, length ); in doUnmap()