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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h668 @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.
753 /*! @function getAddress
761 inline mach_vm_address_t getAddress() __attribute__((always_inline));
764 /*! @function getAddress
772 virtual mach_vm_address_t getAddress();
990 mach_vm_address_t IOMemoryMap::getAddress() function in class:IOMemoryMap
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp538 mach_vm_address_t buffer = reserved->map->getAddress();
H A DIOMemoryDescriptor.cpp3520 OSReportWithBacktrace("IOMemoryMap::getVirtualAddress(0x%qx) called on 64b map; use ::getAddress()", fAddress);
3528 mach_vm_address_t IOMemoryMap::getAddress()
H A DIOUserClient.cpp2667 *address = map->getAddress();

Completed in 28 milliseconds