Home
last modified time | relevance | path

Searched defs:INVALID_VADDR (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sys/
H A Dmachsystm.h367 #define INVALID_VADDR(a) (((a) >= hole_start && (a) < hole_end)) macro
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachsystm.h353 #define INVALID_VADDR(a) (((a) >= hole_start && (a) < hole_end)) macro
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmachsystm.h165 #define INVALID_VADDR(a) \ macro