Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc/dev/
Dcgfour.c416 #define NOOVERLAY (0x04000000) in cgfourmmap() macro
423 else if ((u_int)off >= NOOVERLAY) { in cgfourmmap()
424 off -= NOOVERLAY; in cgfourmmap()
Dcgeight.c426 #define NOOVERLAY (0x04000000) in cgeightmmap() macro
433 else if ((u_int)off >= NOOVERLAY) { in cgeightmmap()
434 off -= NOOVERLAY; in cgeightmmap()
/netbsd/src/sys/dev/sun/
Dcgthree.c382 #define NOOVERLAY (0x04000000) in cgthreemmap() macro
388 if ((u_int)off >= NOOVERLAY) in cgthreemmap()
389 off -= NOOVERLAY; in cgthreemmap()