Searched refs:IOKernelAllocateWithPhysicalRestrict (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOKitKernelInternal.h81 IOKernelAllocateWithPhysicalRestrict(mach_vm_size_t size, mach_vm_address_t maxPhys,
H A DIOBufferMemoryDescriptor.cpp222 _buffer = (void *) IOKernelAllocateWithPhysicalRestrict(
H A DIOLib.cpp375 IOKernelAllocateWithPhysicalRestrict(mach_vm_size_t size, mach_vm_address_t maxPhys, function
487 address = IOKernelAllocateWithPhysicalRestrict(size, 0 /*maxPhys*/, alignment, true);

Completed in 59 milliseconds