Home
last modified time | relevance | path

Searched refs:physicalAddress (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/iokit/IOKit/
H A DIOMapper.h128 uint64_t physicalAddress,
H A DIOHibernatePrivate.h266 uint64_t physicalAddress; // Base address of video memory member
H A DIOLib.h244 IOPhysicalAddress * physicalAddress) __attribute__((deprecated)) __attribute__((alloc_size(1)));
/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp849 IOPhysicalAddress * physicalAddress) in IOMallocContiguous() argument
861 if (!physicalAddress) { in IOMallocContiguous()
893 *physicalAddress = bmd->getPhysicalAddress(); in IOMallocContiguous()
H A DIOHibernateIO.cpp2484 gIOHibernateGraphicsInfo->physicalAddress, gIOHibernateGraphicsInfo->depth, in hibernate_machine_init()
2487 if (vars->videoMapping && gIOHibernateGraphicsInfo->physicalAddress) { in hibernate_machine_init()
2494 vars->videoMapping, gIOHibernateGraphicsInfo->physicalAddress, in hibernate_machine_init()