Searched refs:IOPageableMapForAddress (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsPrivate.h141 extern "C" vm_map_t IOPageableMapForAddress( vm_address_t address );
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOKitKernelInternal.h69 vm_map_t IOPageableMapForAddress(uintptr_t address);
H A DIOLib.cpp665 vm_map_t IOPageableMapForAddress( uintptr_t address ) function
678 panic("IOPageableMapForAddress: null");
687 map = IOPageableMapForAddress( (vm_address_t) address);
H A DIOMemoryDescriptor.cpp2859 theMap = IOPageableMapForAddress(kernelStart);
3658 addressMap = IOPageableMapForAddress( address );
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp4108 vm_map_wire( IOPageableMapForAddress( (vm_address_t) __private->saveFramebuffer ),

Completed in 296 milliseconds