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

/freebsd-12-stable/sys/dev/hptmv/
H A Dioctl.c631 ADDRESS dataPointer, v, nextpage, currvaddr, nextvaddr, currphypage, nextphypage; local
657 nextphypage = (ADDRESS)fOsPhysicalAddress(nextpage);
659 if (NOTNEIGHBORPAGE(nextphypage, currphypage) || ON64KBOUNDARY(nextphypage)) {
665 currphypage = nextphypage;

Completed in 38 milliseconds