HomeSort by: relevance | last modified time | path
    Searched refs:INTIOTOP (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/x68k/include/
cpu.h 72 #define INTIOTOP (0x01000000)
73 #define INTIOSIZE (INTIOTOP - INTIOBASE)
  /src/sys/arch/hp300/include/
cpu.h 86 #define INTIOTOP (0x00600000)
87 #define INTIOSIZE (INTIOTOP - INTIOBASE)
  /src/sys/arch/next68k/dev/
intio.c 117 if (addr >= INTIOBASE && (addr + size) < INTIOTOP) {
130 if (addr >= INTIOBASE && (addr + offset) < INTIOTOP)
  /src/sys/arch/next68k/include/
cpu.h 250 #define INTIOTOP (0x02120000)
251 #define INTIOSIZE (INTIOTOP - INTIOBASE)
  /src/sys/arch/x68k/x68k/
machdep.c 1252 if (INTIOBASE <= pa && pa < INTIOTOP) {

Completed in 21 milliseconds