Searched refs:setMemoryDescriptor (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.140.69/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 | 1029 bool setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset);
|
| /xnu-11417.140.69/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 206 ret = dma->setMemoryDescriptor(bmd, true); in IODMACommandForceDoubleBufferTest() 306 kr = dma->setMemoryDescriptor(md, true); in IODMACommandLocalMappedNonContig() 390 ret = dma->setMemoryDescriptor(md, true); in IOMemoryRemoteTest() 865 ret = dma->setMemoryDescriptor(md, true); in IOMemoryDescriptorTest() 933 ret = dma->setMemoryDescriptor(md1, true); in IOMemoryDescriptorTest()
|
| /xnu-11417.140.69/iokit/Kernel/ |
| H A D | IOInterleavedMemoryDescriptor.cpp | 129 IOInterleavedMemoryDescriptor::setMemoryDescriptor( in setMemoryDescriptor() function in IOInterleavedMemoryDescriptor
|
| H A D | IOMemoryDescriptor.cpp | 5163 IOMemoryMap::setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset) in setMemoryDescriptor() function in IOMemoryMap 5937 mapping->setMemoryDescriptor(this, 0); in makeMapping() 5970 result->setMemoryDescriptor(this, offset); in makeMapping() 5993 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 | 1030 ret = setMemoryDescriptor(memory, false); in PrepareForDMA_Impl()
|