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

/netbsd-6-1-5-RELEASE/sys/arch/sun2/include/
H A Dmon.h5 #ifndef SUN_MONSTART
6 #define SUN_MONSTART SUN2_MONSTART macro
/netbsd-6-1-5-RELEASE/sys/arch/sun3/include/
H A Dmon.h378 #define SUN_MONSTART SUN3_MONSTART macro
416 #define SUN_MONSTART SUN3X_MONSTART macro
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/sun68k/
H A Dbus.c578 if ((va >= SUN_MONSTART && va < SUN_MONEND) !=
579 ((va + size) >= SUN_MONSTART && (va + size) < SUN_MONEND))
582 if (va >= SUN_MONSTART && va < SUN_MONEND)
/netbsd-6-1-5-RELEASE/sys/arch/sun2/sun2/
H A Dmachdep.c1104 for (va = SUN_MONSTART; va < SUN_MONEND; ) {

Completed in 71 milliseconds