Searched refs:setMemoryDescriptor (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOInterleavedMemoryDescriptor.h | 91 virtual bool setMemoryDescriptor( IOMemoryDescriptor * descriptor,
|
| H A D | IODMACommand.h | 311 virtual IOReturn setMemoryDescriptor(const IOMemoryDescriptor *mem,
|
| H A D | IOMemoryDescriptor.h | 1026 bool setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset);
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 205 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 D | IOInterleavedMemoryDescriptor.cpp | 129 IOInterleavedMemoryDescriptor::setMemoryDescriptor( in setMemoryDescriptor() function in IOInterleavedMemoryDescriptor
|
| H A D | IOMemoryDescriptor.cpp | 5139 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 D | IODMACommand.cpp | 397 IODMACommand::setMemoryDescriptor(const IOMemoryDescriptor *mem, bool autoPrepare) in setMemoryDescriptor() function in IODMACommand
|
| H A D | IOUserServer.cpp | 1056 ret = setMemoryDescriptor(memory, false); in PrepareForDMA_Impl()
|