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

  /src/sys/arch/mips/pmon/
pmon.c 1 /* $OpenBSD: pmon.c,v 1.4 2010/02/16 21:29:54 miod Exp $ */
25 #include <mips/pmon/pmon.h>
  /src/sys/arch/algor/algor/
pmon.c 1 /* $NetBSD: pmon.c,v 1.6 2009/12/14 00:45:59 matt Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: pmon.c,v 1.6 2009/12/14 00:45:59 matt Exp $");
38 #include <machine/pmon.h>
49 * Initialize the PMON interface.
machdep.c 113 #include <machine/pmon.h>
195 * We can no longer call into PMON after this.
345 * The Algorithmics boards have PMON firmware; set up our
346 * PMON state.
421 * Determine the memory size. Use the `memsize' PMON
433 printf("FATAL: `memsize' PMON variable not set. Set it to\n");
  /src/games/hack/
hack.wizard.c 132 pmon(mtmp);
280 pmon(mtmp);
hack.pri.c 413 pmon(mtmp);
419 pmon(mtmp);
646 pmon(mtmp);
655 pmon(struct monst *mon) function in typeref:typename:void
hack.search.c 213 pmon(mtmp);
hack.vault.c 235 pmon(guard);
366 pmon(guard);
hack.makemon.c 262 pmon(mtmp);
hack.mon.c 185 pmon(mtmp);
542 pmon(mtmp);
977 unpmon(mtmp); /* necessary for 'I' and to force pmon */
978 pmon(mtmp);
990 pmon(mtmp);
hack.worm.c 260 pmon(mtmp2);
extern.h 339 void pmon(struct monst *);
hack.potion.c 345 pmon(mon);
hack.unix.c 497 pmon(md);
hack.dog.c 469 pmon(mtmp);
hack.shk.c 1094 pmon(shkp);
  /src/sys/arch/evbmips/loongson/
loongson2_machdep.c 32 #include <mips/pmon/pmon.h>
190 * PMON configures the system with only the low 256MB of memory
234 * This window is inherited from PMON; we set it up just in case.
242 * This window is inherited from PMON; we set it up just in case.
250 * This window is inherited from PMON, but its mask might be too
generic2e_machdep.c 73 #include <mips/pmon/pmon.h>
381 comconsrate = 115200; /* default PMON console speed */
396 * pmon tells us more info. Depending on the usb slot
432 * PMON apparently does not perform enough initialization; one may argue this
yeeloong_machdep.c 35 #include <mips/pmon/pmon.h>
275 DPRINTF(("PMON setup picregs:"));
549 comconsrate = 115200; /* default PMON console speed */
576 * pmon tells us more info. Depending on the usb slot
machdep.c 136 #include <mips/pmon/pmon.h>
275 DPPRINTF(("pmon hello\n"));
380 * on the PMON version information.
440 * PMON reports it in two chunks, the memory under the 256MB
458 /* 3A PMON only reports up to 240MB as low memory */
566 * Get the timer from PMON.
765 * Early console through pmon routines.
772 * PMON does not give us a getc routine. So try to get a whole line
777 * but the value of STDIN within PMON is not a constant and ther
    [all...]

Completed in 21 milliseconds