Lines Matching defs:pagezero

136 struct pagezero {  struct
138 int ivec_special; /* must be zero */
139 u_int ivec_mempf; /* powerfail recovery software */
140 u_int ivec_toc; /* exec'd after Transfer Of Control */
141 u_int ivec_toclen; /* bytes of ivec_toc code */
142 u_int ivec_rendz; /* exec'd after Rendezvous Signal */
143 u_int ivec_mempflen; /* bytes of ivec_mempf code */
144 u_int ivec_resv[2]; /* (reserved) */
145 u_int ivec_mbz; /* must be zero */
146 u_int ivec_resv2[7]; /* (reserved) */
149 union {
156 } pz_Pdep;
160 u_int iodc_cons_base; /* */
161 u_int iodc_cons_size; /* */
162 u_int iodc_kbrd_base; /* */
163 u_int iodc_kbrd_size; /* */
164 u_int iodc_boot_base; /* */
165 u_int iodc_boot_size; /* */
168 u_int resv1[0x41];
171 u_int cap_flags; /* system capabilities */
175 u_int kbrd_ext[2];
178 u_int boot_ext[2];
181 u_int cons_ext[2];
184 u_int imm_ext[2];
187 u_int memc_cont_l; /* memc_cont low part */
188 u_int memc_phsize_l; /* memc_phsize low part */
189 u_int memc_adsize_l; /* memc_adsize low part */
190 u_int memc_resv; /* (reserved) */
191 u_int memc_cont; /* bytes of contiguous valid memory */
192 u_int memc_phsize; /* bytes of valid physical memory */
193 u_int memc_adsize; /* bytes of SPA space used by PDC */
194 u_int memc_hpa_h; /* HPA of CPU (high) */
197 struct boot_err mem_be[8]; /* boot errors (see above) */
198 u_int mem_free; /* first free phys. memory location */
199 u_int mem_hpa; /* HPA of CPU */
200 u_int mem_pdc; /* PDC entry point */
201 u_int mem_10msec; /* # of Interval Timer ticks in 10msec*/
204 u_int imm_hpa; /* HPA of Initial Memory module */
205 u_int imm_soft_boot; /* 0 == hard boot, 1 == soft boot */
206 u_int imm_spa_size; /* bytes of SPA in IMM */
207 u_int imm_max_mem; /* bytes of mem in IMM (<= spa_size) */
210 struct pz_device mem_cons; /* description of console device */
211 struct pz_device mem_boot; /* description of boot device */
212 struct pz_device mem_kbd; /* description of keyboard device */
215 u_int resv2[116]; /* (reserved) */
218 u_int pd_resv2[128]; /* (reserved) processor dependent */