Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp156 static iopa_t gIOPageablePageAllocator; variable
225 iopa_init(&gIOPageablePageAllocator); in IOLibInit()
1112 addr = ((void *) iopa_alloc(&gIOPageablePageAllocator, in IOMallocPageableInternal()
1159 address = (void *) iopa_free(&gIOPageablePageAllocator, (uintptr_t) address, size); in IOFreePageable()