Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h172 #define SYSBASE (0-(16*1024*1024)) macro
H A Dmmu.h196 #define MDEVBASE (SYSBASE - PMGRPSIZE)
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachparam.h184 #define SYSBASE ADDRESS_C(0x30000000000) macro
/titanic_41/usr/src/uts/sun4u/sys/
H A Dmachparam.h224 #define SYSBASE ADDRESS_C(0x30000000000) macro
/titanic_41/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c249 #define LOGBUF_BASEADDR ((caddr_t)(SYSBASE - LOGBUF_MAXSIZE))
/titanic_41/usr/src/uts/sun4/os/
H A Dstartup.c957 size_t sysbase = (size_t)SYSBASE; in startup_memlist()