Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dioctl.c629 ADDRESS dataPointer, v, nextpage, currvaddr, nextvaddr, currphypage, nextphypage; in R1ControlSgl() local
652 nextvaddr = (ADDRESS)MIN(((ULONG_PTR)v + bufferSize), (ULONG_PTR)(nextpage)); in R1ControlSgl()
654 if (nextvaddr == (ADDRESS)((ULONG_PTR)v + bufferSize)) break; in R1ControlSgl()
658 nextvaddr = nextpage; in R1ControlSgl()
662 currvaddr = nextvaddr; in R1ControlSgl()
666 length = (ULONG_PTR)nextvaddr - (ULONG_PTR)v; in R1ControlSgl()
667 v = nextvaddr; in R1ControlSgl()