Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/sys/
H A Dmachparam.h179 #define SEGKPM_BASE ADDRESS_C(0xfffffe0000000000) macro
/titanic_44/usr/src/uts/i86pc/os/
H A Dstartup.c254 static uintptr_t segkpm_base = (uintptr_t)SEGKPM_BASE;
1200 if (segkpm_base > SEGKPM_BASE) in startup_memlist()
1201 segkpm_base = SEGKPM_BASE; in startup_memlist()