Searched refs:getAddress (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h732 @discussion This method returns the virtual address of the first byte in the mapping. Since the IOVirtualAddress is only 32bit in 32bit kernels, the getAddress() method should be used for compatibility with 64bit task mappings.
817 /*! @function getAddress
825 inline mach_vm_address_t getAddress() __attribute__((always_inline));
828 /*! @function getAddress
836 virtual mach_vm_address_t getAddress();
1077 mach_vm_address_t IOMemoryMap::getAddress() function in class:IOMemoryMap
/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp312 mach_vm_address_t buffer = reserved->map->getAddress();
H A DIOMemoryDescriptor.cpp3874 OSReportWithBacktrace("IOMemoryMap::getVirtualAddress(0x%qx) called on 64b map; use ::getAddress()", fAddress);
3882 mach_vm_address_t IOMemoryMap::getAddress() function in class:IOMemoryMap
4535 if (map) addr = map->getAddress();
H A DIOUserClient.cpp3155 *address = map->getAddress();

Completed in 39 milliseconds