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

/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp546 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory); local
551 bytes = poMD->writeBytes(state->fPreparedOffset,
555 bytes = poMD->readBytes(state->fPreparedOffset,
695 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory); local
697 poMD->performOperation(kIOMemoryIncoherentIOStore, offset, length);
821 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory); local
823 poMD->performOperation(kIOMemoryIncoherentIOFlush, state->fPreparedOffset, state->fPreparedLength);

Completed in 73 milliseconds