Lines Matching refs:direction
1692 IODirection direction) in withAddress() argument
1695 …withAddressRange((IOVirtualAddress) address, length, direction | kIOMemoryAutoPrepare, kernel_task… in withAddress()
1702 IODirection direction, in withAddress() argument
1707 if (that->initWithAddress(address, length, direction, task)) { in withAddress()
1719 IODirection direction ) in withPhysicalAddress() argument
1721 return IOMemoryDescriptor::withAddressRange(address, length, direction, TASK_NULL); in withPhysicalAddress()
1728 IODirection direction, in withRanges() argument
1734 if (that->initWithRanges(ranges, withCount, direction, task, asReference)) { in withRanges()
1816 IODirection direction, in withPhysicalRanges() argument
1821 if (that->initWithPhysicalRanges(ranges, withCount, direction, asReference)) { in withPhysicalRanges()
1832 IODirection direction) in withSubRange() argument
1834 return IOSubMemoryDescriptor::withSubRange(of, offset, length, direction); in withSubRange()
1918 IODirection direction, in initWithPhysicalRanges() argument
1921 IOOptionBits mdOpts = direction | kIOMemoryTypePhysical; in initWithPhysicalRanges()
1934 IODirection direction, in initWithRanges() argument
1938 IOOptionBits mdOpts = direction; in initWithRanges()
6005 IODirection direction) in initWithAddress() argument
6013 IODirection direction, in initWithAddress() argument
6023 IODirection direction ) in initWithPhysicalAddress() argument
6032 IODirection direction, in initWithRanges() argument
6042 IODirection direction, in initWithPhysicalRanges() argument