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

  /src/sys/arch/vax/include/
pte.h 68 extern pt_entry_t *Sysmap;
85 : "g"(va), "o"(*Sysmap));
89 "moval *Sysmap[%0],%0\n\t"
107 : "g"(va), "o"(*Sysmap) : "cc");
111 "ashl $9,*Sysmap[%0],%0\n\t"
121 #define kvtopte(va) (&Sysmap[PG_PFNUM(va)])
  /src/sys/arch/m68k/include/
pte_motorola.h 125 (&Sysmap[((unsigned)(va)) >> PGSHIFT])
128 (&Sysmap[((unsigned)(va) - VM_MIN_KERNEL_ADDRESS) >> PGSHIFT])
pmap_motorola.h 223 extern pt_entry_t *Sysmap, *Sysptmap;
  /src/sys/arch/vax/vax/
pmap.c 91 struct pte *Sysmap; /* System page table */
300 memset(Sysmap, 0, sysptsize * 4); /* clear SPT before using it */
316 Sysmap[i].pg_prot = PROT_URKW;
318 /* Map System Page Table and zero it, Sysmap already set. */
319 mtpr((unsigned)Sysmap - KERNBASE, PR_SBR);
322 istack = (uintptr_t)Sysmap + round_page(sysptsize * 4);
339 /* zero all mapped physical memory from Sysmap to here */
367 printf("Sysmap %p, istack %lx, scratch %lx\n",Sysmap,ci->ci_istack,scratch);
522 vaddr = (br - (int *)Sysmap) * VAX_NBPG + 0x80000000
    [all...]
subr.S 122 movl %r0,_C_LABEL(Sysmap) # SPT start addr after KSP
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 238 * Sysmap will initially contain VM_KERNEL_PT_PAGES pages of PTEs.
244 pt_entry_t *Sysmap, *Sysptmap;
391 pmap_kernel()->pm_ptab = Sysmap;
454 ("pmap_init: Sysseg %p, Sysmap %p, Sysptmap %p\n",
455 Sysseg, Sysmap, Sysptmap));
516 if (rv != 0 || (addr + s) >= (vaddr_t)Sysmap)
1733 if (pv->pv_va < (vaddr_t)Sysmap ||
1734 pv->pv_va >= (vaddr_t)Sysmap + M68K_MAX_PTSIZE) {
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 208 * descriptors to map Sysmap and the "last PT page".
395 * Sysmap: kernel page table (as mapped through Sysptmap)
398 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 212 * descriptors to map Sysmap and the "last PT page".
423 * Sysmap: kernel page table (as mapped through Sysptmap)
426 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 392 * Sysmap: kernel page table (as mapped through Sysptmap)
395 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 209 * descriptors to map Sysmap.
388 * Sysmap: kernel page table (as mapped through Sysptmap)
391 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 220 * map Sysmap.
225 * Sysmap.
393 * Sysmap: kernel page table (as mapped through Sysptmap)
396 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 417 * Sysmap: kernel page table (as mapped through Sysptmap)
420 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 257 * descriptors to map Sysmap.
436 * Sysmap: kernel page table (as mapped through Sysptmap)
439 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 266 * descriptors to map Sysmap.
459 * Sysmap: kernel page table (as mapped through Sysptmap)
462 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 265 * descriptors to map Sysmap.
469 * Sysmap: kernel page table (as mapped through Sysptmap)
472 Sysmap = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/atari/atari/
atari_init.c 409 * the top of the address space mapped by 'pt' (ie. just below Sysmap).
418 * Sysmap is now placed at the end of Supervisor virtual address space.
420 Sysmap = (pt_entry_t *)SYSMAP_VA;
1247 /* Sysmap is last entry in level 1 */
1265 /* Include additional level 2 table for Sysmap in protostfree */
  /src/sys/arch/amiga/amiga/
amiga_init.c 431 * Sysmap is now placed at the end of Supervisor virtual address space.
433 RELOC(Sysmap, u_int *) = (u_int *)SYSMAP_VA;
480 /* Sysmap is last entry in level 1 */
498 /* Include additional level 2 table for Sysmap in protostfree */

Completed in 21 milliseconds