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

  /src/sys/arch/newsmips/include/
bootinfo.h 60 int maxmem; member in struct:btinfo_bootarg
  /src/sys/arch/newsmips/stand/boot/
boot.c 65 int maxmem; local
81 * maxmem (nws-3xxx)
108 maxmem = _sip->apbsi_memsize;
109 maxmem -= 0x100000; /* reserve 1MB for ROM monitor */
114 DPRINTF("maxmem = 0x%x\n", maxmem);
133 maxmem = a3;
138 DPRINTF("maxmem = 0x%x\n", maxmem);
191 bi_arg.maxmem = maxmem
    [all...]
  /src/sys/arch/amiga/amiga/
pmap_bootstrap.c 116 toads = maxmem << PGSHIFT;
amiga_init.c 703 RELOC(maxmem, u_int) = pend >> PGSHIFT;
machdep.c 86 #define MAXMEM 64*1024 /* XXX - from cmap.h */
142 int maxmem; /* max memory per process */ variable
  /src/sys/arch/evbmips/atheros/
machdep.c 150 int maxmem; /* max memory per process */ variable
  /src/sys/arch/evbmips/ingenic/
machdep.c 73 int maxmem; /* max memory per process */ variable
  /src/sys/arch/algor/algor/
machdep.c 156 int maxmem; /* max memory per process */ variable
466 maxmem = physmem;
  /src/sys/arch/arc/arc/
machdep.c 127 int maxmem; /* max memory per process */ variable
363 maxmem = physmem;
  /src/sys/arch/luna68k/luna68k/
machdep.c 109 int maxmem; /* max memory per process */ variable
197 avail_end = m68k_ptob(maxmem) - m68k_round_page(MSGBUFSIZE);
locore.s 179 RELOC(maxmem,%a0)
180 movl %d1,%a0@ | save as maxmem
  /src/sys/arch/evbmips/adm5120/
machdep.c 130 int maxmem; /* max memory per process */ variable
  /src/sys/arch/evbmips/alchemy/
machdep.c 134 int maxmem; /* max memory per process */ variable
  /src/sys/arch/x68k/x68k/
machdep.c 102 #define MAXMEM 64*1024 /* XXX - from cmap.h */
125 int maxmem; /* max memory per process */ variable
221 avail_end = m68k_ptob(maxmem);
1213 if (maxmem < m68k_btop(exend))
1214 maxmem = m68k_btop(exend);
locore.s 227 RELOC(maxmem, %a0)
228 movl %d1,%a0@ | save as maxmem
  /src/sys/arch/hp300/hp300/
machdep.c 99 #define MAXMEM 64*1024 /* XXX - from cmap.h */
131 int maxmem; /* max memory per process */ variable
254 avail_end = m68k_ptob(maxmem) - \
  /src/sys/arch/news68k/news68k/
machdep.c 90 #define MAXMEM 64*1024 /* XXX - from cmap.h */
114 int maxmem; /* max memory per process */ variable
185 avail_end = m68k_ptob(maxmem) - m68k_round_page(MSGBUFSIZE);
locore.s 251 RELOC(maxmem, %a0)
252 movl %d1,%a0@ | save as maxmem
  /src/sys/arch/newsmips/newsmips/
machdep.c 172 x_maxmem = bi_arg->maxmem;
  /src/sys/sys/
systm.h 90 extern int maxmem; /* max memory per process */
  /src/sys/arch/alpha/alpha/
machdep.c 151 int maxmem; /* max memory per process */ variable
660 maxmem = physmem;
  /src/sys/arch/mvme68k/mvme68k/
locore.s 335 jra Lsavmaxmem | save maxmem and continue with boot
  /src/sys/arch/mac68k/mac68k/
machdep.c 141 #define MAXMEM 64*1024 /* XXX - from cmap.h */
207 int maxmem; /* max memory per process */ variable

Completed in 121 milliseconds