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