Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOKitKernelInternal.h51 vm_map_t IOPageableMapForAddress(uintptr_t address);
H A DIOMultiMemoryDescriptor.cpp294 map = IOPageableMapForAddress(address); in doMap()
H A DIOLib.cpp1060 IOPageableMapForAddress( uintptr_t address ) in IOPageableMapForAddress() function
1084 map = IOPageableMapForAddress((vm_address_t) address); in IOFreePageablePages()
H A DIOMemoryDescriptor.cpp1013 map = IOPageableMapForAddress(addr); in memoryReferenceMap()
1325 map = IOPageableMapForAddress(addr); in memoryReferenceMapNew()
4240 theMap = IOPageableMapForAddress(kernelStart); in wireVirtual()
5267 addressMap = IOPageableMapForAddress( address ); in doUnmap()