Searched refs:mem_boot (Results 1 – 6 of 6) sorted by relevance
392 if (addr == (pcireg_t)PAGE0->mem_boot.pz_hpa) { in device_register()399 if (ca->ca_hpa == (hppa_hpa_t)PAGE0->mem_boot.pz_hpa) { in device_register()430 if ((PAGE0->mem_boot.pz_class & PCL_CLASS_MASK) != PCL_RANDOM) in device_register()434 if ((PAGE0->mem_boot.pz_class & PCL_CLASS_MASK) != PCL_SEQU) in device_register()468 if (sl->target == PAGE0->mem_boot.pz_layers[0] && in device_register()469 sl->lun == PAGE0->mem_boot.pz_layers[1]) { in device_register()503 print_devpath("bootpath", &PAGE0->mem_boot); in diskconf()
130 switch (PAGE0->mem_boot.pz_class) {133 unit = PAGE0->mem_boot.pz_layers[0];137 unit = PAGE0->mem_boot.pz_layers[0];
288 io = (struct iomod *)PAGE0->mem_boot.pz_hpa;291 if (PAGE0->mem_boot.pz_class == class &&292 (unit == -1 || PAGE0->mem_boot.pz_layers[0] == unit)) {294 bcopy (&PAGE0->mem_boot.pz_dp, &pz.pz_dp, sizeof(pz.pz_dp));
88 (cons_pzdev->pz_hpa==PAGE0->mem_boot.pz_hpa)?120 (kbd_pzdev->pz_hpa == PAGE0->mem_boot.pz_hpa ||
80 printf("boot: "); PZDEV_PRINT(&PAGE0->mem_boot); in machdep()
211 struct pz_device mem_boot; /* description of boot device */ member