Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h91 virtual bool setMemoryDescriptor( IOMemoryDescriptor * descriptor,
H A DIODMACommand.h311 virtual IOReturn setMemoryDescriptor(const IOMemoryDescriptor *mem,
H A DIOMemoryDescriptor.h1026 bool setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset);
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp205 ret = dma->setMemoryDescriptor(bmd, true); in IODMACommandForceDoubleBufferTest()
305 kr = dma->setMemoryDescriptor(md, true); in IODMACommandLocalMappedNonContig()
389 ret = dma->setMemoryDescriptor(md, true); in IOMemoryRemoteTest()
864 ret = dma->setMemoryDescriptor(md, true); in IOMemoryDescriptorTest()
932 ret = dma->setMemoryDescriptor(md1, true); in IOMemoryDescriptorTest()
/xnu-11215/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp129 IOInterleavedMemoryDescriptor::setMemoryDescriptor( in setMemoryDescriptor() function in IOInterleavedMemoryDescriptor
H A DIOMemoryDescriptor.cpp5139 IOMemoryMap::setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset) in setMemoryDescriptor() function in IOMemoryMap
5896 mapping->setMemoryDescriptor(this, 0); in makeMapping()
5929 result->setMemoryDescriptor(this, offset); in makeMapping()
5952 result->setMemoryDescriptor(mapDesc.get(), offset); in makeMapping()
H A DIODMACommand.cpp397 IODMACommand::setMemoryDescriptor(const IOMemoryDescriptor *mem, bool autoPrepare) in setMemoryDescriptor() function in IODMACommand
H A DIOUserServer.cpp1056 ret = setMemoryDescriptor(memory, false); in PrepareForDMA_Impl()