Searched refs:hwdef (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 113 const struct sun4m_hwdef *hwdef; member 823 const struct sun4m_hwdef *hwdef = SUN4M_MACHINE_GET_CLASS(machine)->hwdef; in sun4m_hw_init() local 840 if (machine->ram_size > hwdef->max_mem) { in sun4m_hw_init() 843 machine->ram_size / MiB, hwdef->max_mem / MiB); in sun4m_hw_init() 849 cpu_devinit(machine->cpu_type, i, hwdef->slavio_base, &cpu_irqs[i]); in sun4m_hw_init() 862 if (!hwdef->ecc_base) { in sun4m_hw_init() 864 hwdef->max_mem - machine->ram_size); in sun4m_hw_init() 867 prom_init(hwdef->slavio_base, machine->firmware); in sun4m_hw_init() 869 slavio_intctl = slavio_intctl_init(hwdef->intctl_base, in sun4m_hw_init() 870 hwdef->intctl_base + 0x10000ULL, in sun4m_hw_init() [all …]
|
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 77 struct hwdef { struct 557 const struct hwdef *hwdef) in sun4uv_init() argument 575 cpu = sparc64_cpu_devinit(machine->cpu_type, hwdef->prom_addr); in sun4uv_init() 584 prom_init(hwdef->prom_addr, machine->firmware); in sun4uv_init() 620 hwdef->console_serial_base); in sun4uv_init() 709 fw_cfg_add_i16(fw_cfg, FW_CFG_MACHINE_ID, hwdef->machine_id); in sun4uv_init() 770 static const struct hwdef hwdefs[] = {
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |