Searched refs:_singleRange (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp498 _singleRange.v.address = (vm_offset_t) address;
499 _singleRange.v.length = withLength;
501 return initWithRanges(&_singleRange.v, 1, withDirection, kernel_task, true);
510 _singleRange.v.address = address;
511 _singleRange.v.length = withLength;
513 return initWithRanges(&_singleRange.v, 1, withDirection, withTask, true);
522 _singleRange.p.address = address;
523 _singleRange.p.length = withLength;
525 return initWithPhysicalRanges( &_singleRange.p, 1, withDirection, true);
815 _ranges.v = &_singleRange
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h848 } _singleRange; /* storage space for a single range */ member in class:IOGeneralMemoryDescriptor

Completed in 24 milliseconds