Lines Matching defs:zeropage
368 struct zeropage { struct
370 unsigned int vec_special; /* must be zero */
372 unsigned int vec_pow_fail; /* power failure handler */
374 unsigned int vec_toc;
375 unsigned int vec_toclen;
377 unsigned int vec_rendz;
378 int vec_pow_fail_flen;
379 int vec_pad[10];
382 int pad0[112];
385 int pad1[84];
388 int memc_cont; /* contiguous mem size (bytes) */
389 int memc_phsize; /* physical memory size */
390 int memc_adsize; /* additional mem size, bytes of SPA space used by PDC */
391 unsigned int mem_pdc_hi; /* used for 64-bit */
395 unsigned int mem_booterr[8]; /* ptr to boot errors */
396 unsigned int mem_free; /* first location, where OS can be loaded */
398 unsigned int mem_hpa; /* HPA of the boot-CPU */
400 unsigned int mem_pdc; /* PDC entry point */
401 unsigned int mem_10msec; /* number of clock ticks in 10msec */
405 unsigned int imm_hpa; /* HPA of the IMM */
406 int imm_soft_boot; /* 0 = was hard boot, 1 = was soft boot */
407 unsigned int imm_spa_size; /* SPA size of the IMM in bytes */
408 unsigned int imm_max_mem; /* bytes of mem in IMM */
411 struct pz_device mem_cons; /* description of console device */
412 struct pz_device mem_boot; /* description of boot device */
413 struct pz_device mem_kbd; /* description of keyboard device */
416 int pad430[116];
419 unsigned int pad600[1];
420 unsigned int proc_sti; /* pointer to STI ROM */
421 unsigned int pad608[126];