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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp309 addr64_t maxPhys, address; local
317 maxPhys = (1ULL << target->fNumAddressBits);
319 maxPhys = 0;
320 maxPhys--;
339 if ((address + length - 1) <= maxPhys)
343 else if (address <= maxPhys)
346 length = (address + length - maxPhys - 1);
347 address = maxPhys + 1;
874 addr64_t maxPhys; local
877 maxPhys
[all...]

Completed in 24 milliseconds