Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOMapper.h128 uint64_t physicalAddress,
H A DIOHibernatePrivate.h456 uint64_t physicalAddress; // Base address of video memory member
H A DIOLib.h252 IOPhysicalAddress * physicalAddress) __attribute__((deprecated)) __attribute__((alloc_size(1)));
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp852 IOPhysicalAddress * physicalAddress) in IOMallocContiguous() argument
864 if (!physicalAddress) { in IOMallocContiguous()
896 *physicalAddress = bmd->getPhysicalAddress(); in IOMallocContiguous()
H A DIOHibernateIO.cpp2543 gIOHibernateGraphicsInfo->physicalAddress, gIOHibernateGraphicsInfo->depth, in hibernate_machine_init()
2546 if (vars->videoMapping && gIOHibernateGraphicsInfo->physicalAddress) { in hibernate_machine_init()
2553 vars->videoMapping, gIOHibernateGraphicsInfo->physicalAddress, in hibernate_machine_init()