Home
last modified time | relevance | path

Searched refs:BX_INFO (Results 1 – 5 of 5) sorted by relevance

/external/qemu-pc-bios/bochs/bios/
Drombios32.c620 BX_INFO("ram_size=0x%08lx\n", ram_size); in ram_probe()
627 BX_INFO("end of ram=%ldMB\n", ram_end >> 20); in ram_probe()
630 BX_INFO("ebda_cur_addr: 0x%08lx\n", ebda_cur_addr); in ram_probe()
669 BX_INFO("Found %d cpu(s)\n", readw(&smp_cpus)); in smp_probe()
768 BX_INFO("region %d: 0x%08x\n", region_num, addr); in pci_set_io_region_addr()
798 BX_INFO("bios_table_addr: 0x%08lx end=0x%08lx\n", in find_bios_table_area()
863 BX_INFO("PIIX3/PIIX4 init: elcr=%02x %02x\n", in pci_bios_init_bridges()
940 BX_INFO("PCI: bus=%d devfn=0x%02x: vendor_id=0x%04x device_id=0x%04x class=0x%04x\n", in pci_bios_init_device()
1246 BX_INFO("MP table addr=0x%08lx MPC table addr=0x%08lx size=0x%x\n", in mptable_init()
1777 BX_INFO("Firmware waking vector %p\n", &facs->firmware_waking_vector); in acpi_bios_init()
[all …]
Drombios.h53 #define BX_INFO(format, p...) bios_printf(BIOS_PRINTF_INFO, format, ##p) macro
Drombios.c2171 BX_INFO("%s\n", bios_cvs_version_string);
2215 BX_INFO("S3 resume called %x 0x%lx\n", s3_resume_flag, s3_wakeup_vector);
2225 BX_INFO("S3 resume jump to %x:%x\n", (s3_wakeup_vector >> 4),
2470 BX_INFO("IDE time out\n");
2607 BX_INFO("ata%d-%d: PCHS=%u/%d/%d translation=", channel, slave,cylinders, heads, spt);
2617 BX_INFO("none");
2620 BX_INFO("lba");
2623 BX_INFO("large");
2626 BX_INFO("r-echs");
2663 BX_INFO(" LCHS=%d/%d/%d\n", cylinders, heads, spt);
[all …]
/external/qemu-pc-bios/bochs/
Dbochs.h373 #define BX_INFO(x) macro
383 #define BX_INFO(x) (LOG_THIS info) x macro
Dconfig.h.in677 // enable BX_DEBUG/BX_ERROR/BX_INFO messages