Searched refs:virtAddrP (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMapper.cpp206 NewARTTable(IOByteCount size, void ** virtAddrP, ppnum_t *physAddrP) argument
208 if (!virtAddrP || !physAddrP)
227 *virtAddrP = (void *) address;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMapper.h100 void ** virtAddrP, ppnum_t *physAddrP);

Completed in 31 milliseconds