Searched refs:setMemoryDescriptor (Results 1 – 8 of 8) sorted by relevance
| /xnu-10002.61.3/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 | 1023 bool setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset);
|
| /xnu-10002.61.3/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 204 ret = dma->setMemoryDescriptor(bmd, true); in IODMACommandForceDoubleBufferTest() 303 kr = dma->setMemoryDescriptor(md, true); in IODMACommandLocalMappedNonContig() 387 ret = dma->setMemoryDescriptor(md, true); in IOMemoryRemoteTest() 862 ret = dma->setMemoryDescriptor(md, true); in IOMemoryDescriptorTest() 930 ret = dma->setMemoryDescriptor(md1, true); in IOMemoryDescriptorTest()
|
| /xnu-10002.61.3/iokit/Kernel/ |
| H A D | IOInterleavedMemoryDescriptor.cpp | 129 IOInterleavedMemoryDescriptor::setMemoryDescriptor( in setMemoryDescriptor() function in IOInterleavedMemoryDescriptor
|
| H A D | IOMemoryDescriptor.cpp | 5089 IOMemoryMap::setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset) in setMemoryDescriptor() function in IOMemoryMap 5846 mapping->setMemoryDescriptor(this, 0); in makeMapping() 5879 result->setMemoryDescriptor(this, offset); in makeMapping() 5902 result->setMemoryDescriptor(mapDesc.get(), offset); in makeMapping()
|
| H A D | IODMACommand.cpp | 393 IODMACommand::setMemoryDescriptor(const IOMemoryDescriptor *mem, bool autoPrepare) in setMemoryDescriptor() function in IODMACommand
|
| H A D | IOUserServer.cpp | 1046 ret = setMemoryDescriptor(memory, false); in PrepareForDMA_Impl()
|