Lines Matching defs:zeropage
844 struct zeropage { struct
846 unsigned int vec_special; /* must be zero */
848 unsigned int vec_pow_fail; /* power failure handler */
850 unsigned int vec_toc;
851 unsigned int vec_toclen;
853 unsigned int vec_rendz;
854 int vec_pow_fail_flen;
855 int vec_pad[10];
858 int pad0[112];
861 int pad1[84];
864 int memc_cont; /* contiguous mem size (bytes) */
865 int memc_phsize; /* physical memory size */
866 int memc_adsize; /* additional mem size, bytes of SPA space used by PDC */
867 unsigned int mem_pdc_hi; /* used for 64-bit */
871 unsigned int mem_booterr[8]; /* ptr to boot errors */
872 unsigned int mem_free; /* first location, where OS can be loaded */
874 unsigned int mem_hpa; /* HPA of the boot-CPU */
876 unsigned int mem_pdc; /* PDC entry point */
877 unsigned int mem_10msec; /* number of clock ticks in 10msec */
881 unsigned int imm_hpa; /* HPA of the IMM */
882 int imm_soft_boot; /* 0 = was hard boot, 1 = was soft boot */
883 unsigned int imm_spa_size; /* SPA size of the IMM in bytes */
884 unsigned int imm_max_mem; /* bytes of mem in IMM */
887 struct pz_device mem_cons; /* description of console device */
888 struct pz_device mem_boot; /* description of boot device */
889 struct pz_device mem_kbd; /* description of keyboard device */
892 int pad430[116];
895 __u32 pad600[1];
896 __u32 proc_sti; /* pointer to STI ROM */
897 __u32 pad608[126];