Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dpmap.h128 #define ISA_HOLE_LENGTH (0x100000-ISA_HOLE_START) macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h254 #define ISA_HOLE_LENGTH (0x100000-ISA_HOLE_START) macro
/f-stack/freebsd/i386/i386/
H A Dpmap.c535 a < atop(ISA_HOLE_LENGTH); a++, pt++) in __CONCAT()