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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLib.h117 @param physicalAddress IOMallocContiguous returns the physical address of the allocated memory here, if physicalAddress is a non-zero pointer. The physicalAddress argument is deprecated and should be passed as NULL. To obtain the physical address for a memory buffer, use the IODMACommand class in conjunction with the IOMemoryDescriptor or IOBufferMemoryDescriptor classes.
121 IOPhysicalAddress * physicalAddress) __attribute__((deprecated));
H A DIOHibernatePrivate.h210 uint32_t physicalAddress; // Base address of video memory member in struct:hibernate_graphics_t
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOLib.cpp457 IOPhysicalAddress * physicalAddress)
467 if (!physicalAddress)
500 *physicalAddress = bmd->getPhysicalAddress();
456 IOMallocContiguous(vm_size_t size, vm_size_t alignment, IOPhysicalAddress * physicalAddress) argument
H A DIOHibernateIO.cpp2768 gIOHibernateGraphicsInfo->physicalAddress, gIOHibernateGraphicsInfo->depth,
2771 if (vars->videoMapping && gIOHibernateGraphicsInfo->physicalAddress)
2776 vars->videoMapping, gIOHibernateGraphicsInfo->physicalAddress,

Completed in 91 milliseconds