Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/Tests/TestServices/
H A DTestIODeviceMemoryRosetta.cpp68 IODeviceMemory * deviceMemory = NULL; in externalMethodDispatched() local
83deviceMemory = IODeviceMemory::withRange(phys_carveout_pa + userClientArgs->deviceMemoryOffset, us… in externalMethodDispatched()
84 if (!deviceMemory) { in externalMethodDispatched()
96 …map = deviceMemory->createMappingInTask(current_task(), 0, kIOMapAnywhere, userClientArgs->offset,… in externalMethodDispatched()
108 OSSafeReleaseNULL(deviceMemory); in externalMethodDispatched()