Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOKitKernelInternal.h202 extern "C" iopa_t gIOBMDPageAllocator;
H A DIOBufferMemoryDescriptor.cpp357 _buffer = (void *) iopa_alloc(&gIOBMDPageAllocator, in initWithPhysicalMask()
725 page = iopa_free(&gIOBMDPageAllocator, (uintptr_t) buffer, size); in free()
H A DIOLib.cpp117 iopa_t gIOBMDPageAllocator; variable
224 iopa_init(&gIOBMDPageAllocator); in IOLibInit()