Home
last modified time | relevance | path

Searched refs:IOPhysicalAddress (Results 1 – 12 of 12) sorted by relevance

/xnu-11215.1.10/iokit/IOKit/
H A DIODeviceMemory.h58 IOPhysicalAddress start;
82 IOPhysicalAddress start,
95 IOPhysicalAddress offset,
H A DIOTypes.h138 typedef IOPhysicalAddress64 IOPhysicalAddress; typedef
145 typedef IOPhysicalAddress32 IOPhysicalAddress; typedef
154 IOPhysicalAddress address;
278 typedef IOPhysicalAddress64 IOPhysicalAddress; typedef
H A DIOMemoryDescriptor.h332 virtual IOPhysicalAddress getSourceSegment( IOByteCount offset,
523 IOPhysicalAddress address,
632 IOPhysicalAddress address,
707 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
716 IOPhysicalAddress getPhysicalAddress();
920 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
924 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
933 IOPhysicalAddress getPhysicalAddress(void);
1094 IOPhysicalAddress _cachedPhysicalAddress;
1205 IOPhysicalAddress address,
[all …]
H A DIOLib.h252 IOPhysicalAddress * physicalAddress) __attribute__((deprecated)) __attribute__((alloc_size(1)));
483 UInt8 IOMappedRead8(IOPhysicalAddress address);
491 UInt16 IOMappedRead16(IOPhysicalAddress address);
499 UInt32 IOMappedRead32(IOPhysicalAddress address);
507 UInt64 IOMappedRead64(IOPhysicalAddress address);
515 void IOMappedWrite8(IOPhysicalAddress address, UInt8 value);
523 void IOMappedWrite16(IOPhysicalAddress address, UInt16 value);
531 void IOMappedWrite32(IOPhysicalAddress address, UInt32 value);
539 void IOMappedWrite64(IOPhysicalAddress address, UInt64 value);
H A DIODeviceTreeSupport.h104 IOPhysicalAddress * phys, IOPhysicalLength * len );
H A DIOMemoryCursor.h66 IOPhysicalAddress location;
/xnu-11215.1.10/iokit/Kernel/
H A DIOMapper.cpp293 IOMappedRead8(IOPhysicalAddress address) in IOMappedRead8()
306 IOMappedRead16(IOPhysicalAddress address) in IOMappedRead16()
319 IOMappedRead32(IOPhysicalAddress address) in IOMappedRead32()
332 IOMappedRead64(IOPhysicalAddress address) in IOMappedRead64()
345 IOMappedWrite8(IOPhysicalAddress address, UInt8 value) in IOMappedWrite8()
358 IOMappedWrite16(IOPhysicalAddress address, UInt16 value) in IOMappedWrite16()
371 IOMappedWrite32(IOPhysicalAddress address, UInt32 value) in IOMappedWrite32()
384 IOMappedWrite64(IOPhysicalAddress address, UInt64 value) in IOMappedWrite64()
H A DIOMemoryCursor.cpp249 IOPhysicalAddress * segment; in OSDefineMetaClassAndStructors()
254 OSWriteBigInt64(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
257 OSWriteBigInt(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
299 IOPhysicalAddress * segment; in OSDefineMetaClassAndStructors()
304 OSWriteLittleInt64(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
307 OSWriteLittleInt(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
H A DIODeviceMemory.cpp36 IOPhysicalAddress start, in withRange()
47 IOPhysicalAddress offset, in withSubRange()
H A DIOMemoryDescriptor.cpp1717 IOPhysicalAddress address, in withPhysicalAddress()
1904 IOPhysicalAddress address, in initWithPhysicalAddress()
2516 IOPhysicalAddress
2526 return (IOPhysicalAddress) physAddr; // truncated but only page offset is used in getSourceSegment()
2804 IOPhysicalAddress segments_page[num_segments_page]; in ktraceEmitPhysicalSegments()
3310 IOPhysicalAddress pageAddr = pageList[pageInd].phys_addr; in dmaCommandOperation()
3399 address = (IOPhysicalAddress) addr; // Truncate address to 32bit in getPhysicalSegment()
3480 IOPhysicalAddress
3497 return (IOPhysicalAddress) address; in getPhysicalSegment()
3503 IOPhysicalAddress phys32; in getPhysicalSegment64()
[all …]
H A DIODeviceTreeSupport.cpp1186 static IOPhysicalAddress
1222 IOPhysicalAddress * phys, IOPhysicalLength * lenOut ) in IODTResolveAddressCell()
1383 IOPhysicalAddress phys; in IODTResolveAddressing()
H A DIOLib.cpp850 IOPhysicalAddress * physicalAddress) in IOMallocContiguous()