pup
const char *cpuname, *mach, *p5type_p, *pup;
pup = "[PowerUP]";
pup = "[CSPPC]";
pup = "[CS Mk.III]";
pup = "[BlizzardPPC]";
pup = "";
mach, pup, cpuname, (pvr>>8) & 0xf, (pvr >> 0) & 0xf,
SIMPLEQ_ENTRY(pup) pup_link;
SIMPLEQ_HEAD(pup_head, pup);
static struct pup *
struct pup *pup;
pup = SIMPLEQ_FIRST(&pup_head);
if (pup != NULL)
return pup;
pmap_free_unmanaged(struct pup *pup)
SIMPLEQ_INSERT_HEAD(&pup_head, pup, pup_link);