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

/freebsd-12-stable/sys/i386/include/
H A Dpmap.h162 #define ISA_HOLE_START 0xa0000 macro
163 #define ISA_HOLE_LENGTH (0x100000-ISA_HOLE_START)
/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h234 #define ISA_HOLE_START 0xa0000 macro
235 #define ISA_HOLE_LENGTH (0x100000-ISA_HOLE_START)
/freebsd-12-stable/sys/dev/fb/
H A Dvga.c511 || ((pa) >= ISA_HOLE_START && (pa) <= 0x100000 - (width)))
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c520 for (pt = (pt_entry_t *)vm86pa + atop(ISA_HOLE_START), a = 0;
522 *pt = (ISA_HOLE_START + ptoa(a)) | PG_RW | PG_U | PG_A |

Completed in 125 milliseconds