Searched refs:withAddressRange (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceMemory.cpp38 return( (IODeviceMemory *) IOMemoryDescriptor::withAddressRange(
H A DIOUserClient.cpp2888 inputMD = IOMemoryDescriptor::withAddressRange(ool_input, ool_input_size,
2980 inputMD = IOMemoryDescriptor::withAddressRange(ool_input, ool_input_size,
2992 outputMD = IOMemoryDescriptor::withAddressRange(ool_output, *ool_output_size,
3062 inputMD = IOMemoryDescriptor::withAddressRange(ool_input, ool_input_size,
3074 outputMD = IOMemoryDescriptor::withAddressRange(ool_output, *ool_output_size,
H A DIOMemoryDescriptor.cpp257 withAddressRange((IOVirtualAddress) address, length, direction | kIOMemoryAutoPrepare, kernel_task);
285 return (IOMemoryDescriptor::withAddressRange(address, length, direction, TASK_NULL));
309 IOMemoryDescriptor::withAddressRange(mach_vm_address_t address, function in class:IOMemoryDescriptor
602 OSReportWithBacktrace("IOMemoryDescriptor: attempt to create 32b virtual in 64b task, use ::withAddressRange()");
3867 mapDesc = IOMemoryDescriptor::withAddressRange(
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h317 task_t withTask) APPLE_KEXT_DEPRECATED; /* use withAddressRange() and prepare() instead */
341 /*! @function withAddressRange
351 static IOMemoryDescriptor * withAddressRange(
822 // might be created by IOMemoryDescriptor::withAddressRange(), but there should be

Completed in 80 milliseconds