Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOMapper.cpp236 uint64_t dmaAddress, dmaLength; in IOMapperIOVMAlloc() local
246 &dmaAddress, &dmaLength); in IOMapperIOVMAlloc()
251 dmaAddressPage64 = atop_64(dmaAddress); in IOMapperIOVMAlloc()
255 return (ppnum_t) atop_64(dmaAddress); in IOMapperIOVMAlloc()