Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/hptmv/
HDioctl.c642 #define ON64KBOUNDARY(x) (((ULONG_PTR)(x) & 0xFFFF) == 0) in R1ControlSgl() macro
660 … if (NOTNEIGHBORPAGE(nextphypage, currphypage) || ON64KBOUNDARY(nextphypage)) { in R1ControlSgl()