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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODataQueue.cpp237 descriptor = IOMemoryDescriptor::withAddress(dataQueue, dataQueue->queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE, kIODirectionOutIn);
H A DIOSharedDataQueue.cpp110 descriptor = IOMemoryDescriptor::withAddress(dataQueue, dataQueue->queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE + DATA_QUEUE_MEMORY_APPENDIX_SIZE, kIODirectionOutIn);
H A DIOMemoryDescriptor.cpp252 IOMemoryDescriptor::withAddress(void * address, function in class:IOMemoryDescriptor
262 IOMemoryDescriptor::withAddress(IOVirtualAddress address, function in class:IOMemoryDescriptor
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h301 /*! @function withAddress
309 static IOMemoryDescriptor * withAddress(void * address,
314 static IOMemoryDescriptor * withAddress(IOVirtualAddress address,
348 @param task The task the virtual ranges are mapped into. Note that unlike IOMemoryDescriptor::withAddress(), kernel_task memory must be explicitly prepared when passed to this api. The task argument may be NULL to specify memory by physical address.
365 @param task The task each of the virtual ranges are mapped into. Note that unlike IOMemoryDescriptor::withAddress(), kernel_task memory must be explicitly prepared when passed to this api. The task argument may be NULL to specify memory by physical address.

Completed in 29 milliseconds