Lines Matching defs:zeropage
709 struct zeropage { struct
711 unsigned int vec_special; /* must be zero */
713 unsigned int vec_pow_fail; /* power failure handler */
715 unsigned int vec_toc;
716 unsigned int vec_toclen;
718 unsigned int vec_rendz;
719 int vec_pow_fail_flen;
720 int vec_pad[10];
723 int pad0[112];
726 int pad1[84];
729 int memc_cont; /* contiguous mem size (bytes) */
730 int memc_phsize; /* physical memory size */
731 int memc_adsize; /* additional mem size, bytes of SPA space used by PDC */
732 unsigned int mem_pdc_hi; /* used for 64-bit */
736 unsigned int mem_booterr[8]; /* ptr to boot errors */
737 unsigned int mem_free; /* first location, where OS can be loaded */
739 unsigned int mem_hpa; /* HPA of the boot-CPU */
741 unsigned int mem_pdc; /* PDC entry point */
742 unsigned int mem_10msec; /* number of clock ticks in 10msec */
746 unsigned int imm_hpa; /* HPA of the IMM */
747 int imm_soft_boot; /* 0 = was hard boot, 1 = was soft boot */
748 unsigned int imm_spa_size; /* SPA size of the IMM in bytes */
749 unsigned int imm_max_mem; /* bytes of mem in IMM */
752 struct pz_device mem_cons; /* description of console device */
753 struct pz_device mem_boot; /* description of boot device */
754 struct pz_device mem_kbd; /* description of keyboard device */
757 int pad430[116];
760 __u32 pad600[1];
761 __u32 proc_sti; /* pointer to STI ROM */
762 __u32 pad608[126];