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

  /src/sys/arch/m68k/include/
pmap_motorola.h 230 extern u_int protostfree;
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 286 u_int protostfree; /* prototype (default) free ST map */ variable in typeref:typename:u_int
394 pmap_kernel()->pm_stfree = protostfree;
567 protostfree = ~l2tobm(0);
568 for (rv = MAXUL2SIZE; rv < sizeof(protostfree)*NBBY; rv++)
569 protostfree &= ~l2tobm(rv);
740 pmap->pm_stfree = protostfree;
2342 ptpmap->pm_stfree = protostfree;
2564 pmap->pm_stfree = protostfree;
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 388 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 416 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 385 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 381 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 386 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 410 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 429 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 452 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 462 protostfree = stfree;
  /src/sys/arch/atari/atari/
atari_init.c 1265 /* Include additional level 2 table for Sysmap in protostfree */
1266 protostfree = (~0 << (1 + nl1desc + 1)) /* & ~(~0 << MAXKL2SIZE) */;
  /src/sys/arch/amiga/amiga/
amiga_init.c 498 /* Include additional level 2 table for Sysmap in protostfree */
499 RELOC(protostfree, u_int) =

Completed in 54 milliseconds