HomeSort by: relevance | last modified time | path
    Searched defs:pmap_bootstrap (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/arch/atari/atari/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.12 2025/11/06 15:54:48 thorpej Exp $ */
101 pmap_bootstrap(vaddr_t vstart) function in typeref:typename:void
  /src/sys/arch/amiga/amiga/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.12 2025/11/06 15:54:48 thorpej Exp $ */
68 __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.12 2025/11/06 15:54:48 thorpej Exp $");
108 pmap_bootstrap(paddr_t firstaddr, paddr_t loadaddr) function in typeref:typename:void
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.37 2025/11/06 01:50:26 thorpej Exp $ */
35 * @(#)pmap_bootstrap.c 8.1 (Berkeley) 6/10/93
39 __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.37 2025/11/06 01:50:26 thorpej Exp $");
65 paddr_t pmap_bootstrap(paddr_t, paddr_t);
79 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa) function in typeref:typename:paddr_t
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.63 2025/11/06 15:54:48 thorpej Exp $ */
35 * @(#)pmap_bootstrap.c 8.1 (Berkeley) 6/10/93
39 __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.63 2025/11/06 15:54:48 thorpej Exp $");
71 paddr_t pmap_bootstrap(paddr_t, paddr_t);
85 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa) function in typeref:typename:paddr_t
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.41 2025/11/06 15:54:48 thorpej Exp $ */
35 * @(#)pmap_bootstrap.c 8.1 (Berkeley) 6/10/93
39 __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.41 2025/11/06 15:54:48 thorpej Exp $");
70 paddr_t pmap_bootstrap(paddr_t, paddr_t);
84 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa) function in typeref:typename:paddr_t
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.56 2025/11/06 15:54:48 thorpej Exp $ */
35 * @(#)pmap_bootstrap.c 8.1 (Berkeley) 6/10/93
39 __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.56 2025/11/06 15:54:48 thorpej Exp $");
75 paddr_t pmap_bootstrap(paddr_t, paddr_t);
89 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa) function in typeref:typename:paddr_t
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.46 2025/11/06 15:54:49 thorpej Exp $ */
35 * @(#)pmap_bootstrap.c 8.1 (Berkeley) 6/10/93
38 * news68k/pmap_bootstrap.c - from hp300 and mvme68k
42 __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.46 2025/11/06 15:54:49 thorpej Exp $");
75 paddr_t pmap_bootstrap(paddr_t, paddr_t);
89 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa) function in typeref:typename:paddr_t
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.50 2025/11/06 15:54:49 thorpej Exp $ */
4 * This file was taken from mvme68k/mvme68k/pmap_bootstrap.c
7 * NetBSD: pmap_bootstrap.c,v 1.15 2000/11/20 19:35:30 scw Exp
8 * NetBSD: pmap_bootstrap.c,v 1.17 2001/11/08 21:53:44 scw Exp
44 * @(#)pmap_bootstrap.c 8.1 (Berkeley) 6/10/93
48 __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.50 2025/11/06 15:54:49 thorpej Exp $");
86 paddr_t pmap_bootstrap(paddr_t, paddr_t);
100 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa) function in typeref:typename:paddr_t
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.65 2025/11/06 15:54:49 thorpej Exp $ */
35 * @(#)pmap_bootstrap.c 8.1 (Berkeley) 6/10/93
39 __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.65 2025/11/06 15:54:49 thorpej Exp $");
71 paddr_t pmap_bootstrap(paddr_t, paddr_t);
85 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa) function in typeref:typename:paddr_t
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 1 /* $NetBSD: pmap_bootstrap.c,v 1.100 2025/11/06 15:54:48 thorpej Exp $ */
35 * @(#)pmap_bootstrap.c 8.1 (Berkeley) 6/10/93
39 __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.100 2025/11/06 15:54:48 thorpej Exp $");
99 paddr_t pmap_bootstrap(paddr_t, paddr_t);
113 pmap_bootstrap(paddr_t nextpa, paddr_t firstpa) function in typeref:typename:paddr_t
590 pmap_bootstrap(nextpa, load_addr);
  /src/sys/arch/aarch64/aarch64/
pmap_machdep.c 411 pmap_bootstrap(vaddr_t vstart, vaddr_t vend) function in typeref:typename:void
pmap.c 354 pmap_bootstrap(vaddr_t vstart, vaddr_t vend) function in typeref:typename:void
  /src/sys/arch/powerpc/oea/
pmap_kernel.c 132 void pmap_bootstrap(paddr_t, paddr_t) __stub;
328 pmap_bootstrap(paddr_t startkernel, paddr_t endkernel) function in typeref:typename:void
pmap.c 193 #define pmap_bootstrap PMAPNAME(bootstrap) macro
239 STATIC void pmap_bootstrap(paddr_t, paddr_t);
288 .pmapop_bootstrap = pmap_bootstrap,
3176 printf("pmap_bootstrap: memory configuration:\n");
3178 printf("pmap_bootstrap: mem start %#" _PRIxpa " size %#" _PRIxpa "\n",
3182 printf("pmap_bootstrap: avail start %#" _PRIxpa " size %#" _PRIxpa "\n",
3222 "pmap_bootstrap: b-avail[%d] start %#" _PRIxpa " size %#" _PRIxpa "\n",
3279 "pmap_bootstrap: a-avail[%d] start %#" _PRIxpa " size %#" _PRIxpa "\n",
3315 "pmap_bootstrap: avail[%d] start %#" _PRIxpa " size %#" _PRIxpa "\n",
3319 "pmap_bootstrap: avail[%d] start %#" _PRIxpa " size %#" _PRIxpa "\n"
3604 pmap_bootstrap(paddr_t kernelstart, paddr_t kernelend) function in typeref:typename:void
    [all...]
  /src/sys/arch/powerpc/booke/
booke_pmap.c 158 pmap_bootstrap(vaddr_t startkernel, vaddr_t endkernel, function in typeref:typename:vaddr_t
  /src/sys/arch/riscv/riscv/
pmap_machdep.c 354 pmap_bootstrap(vaddr_t vstart, vaddr_t vend) function in typeref:typename:void
  /src/sys/arch/mips/mips/
pmap_machdep.c 341 pmap_bootstrap(void) function in typeref:typename:void
  /src/sys/arch/sh3/sh3/
pmap.c 105 pmap_bootstrap(void) function in typeref:typename:void
  /src/sys/arch/usermode/usermode/
pmap.c 111 void pmap_bootstrap(void);
139 pmap_bootstrap(void) function in typeref:typename:void
230 panic("pmap_bootstrap: userland uvm space protection "
238 panic("pmap_bootstrap: kvm uvm space protection "
248 panic("pmap_bootstrap: can't create memory file\n");
252 panic("pmap_bootstrap: can't unlink %s", mem_name);
263 panic("pmap_bootstrap: can't grow file\n");
273 panic("pmap_bootstrap: write fails, disc full?");
327 panic("pmap_bootstrap: can't map in pv table\n");
345 panic("pmap_bootstrap: can't map in tlb entries\n")
    [all...]
  /src/sys/arch/hppa/hppa/
pmap.c 796 pmap_bootstrap(vaddr_t vstart) function in typeref:typename:void
  /src/sys/arch/vax/vax/
pmap.c 254 * pmap_bootstrap().
260 pmap_bootstrap(void) function in typeref:typename:void
  /src/sys/arch/powerpc/ibm4xx/
pmap.c 280 pmap_bootstrap(u_int kernelstart, u_int kernelend) function in typeref:typename:void
1486 /* Called before pmap_bootstrap(), va outside kernel space. */
  /src/sys/arch/alpha/alpha/
pmap.c 704 /* mutex is initialized in pmap_bootstrap(). */
1253 * pmap_bootstrap:
1260 pmap_bootstrap(paddr_t ptaddr, u_int maxasn, u_long ncpuids) function in typeref:typename:void
1271 printf("pmap_bootstrap(0x%lx, %u)\n", ptaddr, maxasn);
  /src/sys/arch/sun3/sun3x/
pmap.c 296 * banks, is initialized by pmap_bootstrap() after it reads from a similar
599 /* pmap_bootstrap INTERNAL
609 pmap_bootstrap(vaddr_t nextva) function in typeref:typename:void
903 * Called from pmap_bootstrap() to allocate MMU tables that will
915 * Called from pmap_bootstrap() to allocate the physical
952 * Called from pmap_bootstrap() to allocate the structures which
1026 * Called from pmap_bootstrap() after it has copied enough of the
2452 * This function makes use of two virtual pages allocated in pmap_bootstrap()
2493 * Uses one of the virtual pages allocated in pmap_bootstrap()
3608 * first segment as pmap_bootstrap does
    [all...]
  /src/sys/arch/ia64/ia64/
pmap.c 353 pmap_bootstrap(void) function in typeref:typename:void

Completed in 32 milliseconds

1 2