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 226 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/luna68k/luna68k/
pmap_bootstrap.c 378 * Sysmap: kernel page table (as mapped through Sysptmap)
381 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 394 * Sysmap: kernel page table (as mapped through Sysptmap)
397 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 239 * Sysmap will initially contain VM_KERNEL_PT_PAGES pages of PTEs.
245 pt_entry_t *Sysmap, *Sysptmap;
400 pmap_kernel()->pm_ptab = Sysmap;
472 ("pmap_init: Sysseg %p, Sysmap %p, Sysptmap %p\n",
473 Sysseg, Sysmap, Sysptmap));
534 if (rv != 0 || (addr + s) >= (vaddr_t)Sysmap)
1735 if (pv->pv_va < (vaddr_t)Sysmap ||
1736 pv->pv_va >= (vaddr_t)Sysmap + M68K_MAX_PTSIZE) {
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 214 * descriptors to map Sysmap and the "last PT page".
401 * Sysmap: kernel page table (as mapped through Sysptmap)
404 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 215 * descriptors to map Sysmap and the "last PT page".
425 * Sysmap: kernel page table (as mapped through Sysptmap)
428 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 223 * descriptors to map Sysmap.
427 * Sysmap: kernel page table (as mapped through Sysptmap)
430 Sysmap = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 222 * descriptors to map Sysmap.
400 * Sysmap: kernel page table (as mapped through Sysptmap)
403 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 230 * descriptors to map Sysmap.
422 * Sysmap: kernel page table (as mapped through Sysptmap)
425 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 220 * map Sysmap.
225 * Sysmap.
394 * Sysmap: kernel page table (as mapped through Sysptmap)
397 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 213 * descriptors to map Sysmap.
391 * Sysmap: kernel page table (as mapped through Sysptmap)
394 RELOC(Sysmap, pt_entry_t *) = (pt_entry_t *)SYSMAP_VA;
  /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 */
  /src/sys/arch/atari/atari/
atari_init.c 408 * the top of the address space mapped by 'pt' (ie. just below Sysmap).
417 * Sysmap is now placed at the end of Supervisor virtual address space.
419 Sysmap = (pt_entry_t *)SYSMAP_VA;
1246 /* Sysmap is last entry in level 1 */
1264 /* Include additional level 2 table for Sysmap in protostfree */

Completed in 40 milliseconds