Searched refs:BX_PANIC (Results 1 - 4 of 4) sorted by relevance

/external/qemu-pc-bios/bochs/bios/
H A Drombios.h54 #define BX_PANIC(format, p...) bios_printf(BIOS_PRINTF_DEBHALT, format, ##p) macro
H A Drombios.c239 ;; to print a BX_PANIC message. This will normally halt the simulation
1720 BX_PANIC("bios_printf: unknown format\n");
1906 BX_PANIC("Keyboard error:%u\n",status);
1917 BX_PANIC("Unimplemented shutdown status: %02x\n",(Bit8u)status);
1922 BX_PANIC("Returned from s3_resume.\n");
2106 if (type == 0 || type > 0x4) BX_PANIC("Bad drive type\n");
2127 if (type == 0 || type > 0x3) BX_PANIC("Bad drive type\n");
2156 BX_PANIC("NMI Handler called\n");
2162 BX_PANIC("INT18: BOOT FAILURE\n");
2580 BX_PANIC("at
[all...]
H A Drombios32.c1903 BX_PANIC("Failed to load ACPI table from QEMU\n");
1907 BX_PANIC("ACPI table overflow\n");
2732 BX_PANIC("bios_table_end_addr overflow!\n");
2736 BX_PANIC("ebda_cur_addr overflow!\n");
/external/qemu-pc-bios/bochs/
H A Dbochs.h376 #define BX_PANIC(x) (LOG_THIS panic) x macro
386 #define BX_PANIC(x) (LOG_THIS panic) x macro
390 #define BX_ASSERT(x) do {if (!(x)) BX_PANIC(("failed assertion \"%s\" at %s:%d\n", #x, __FILE__, __LINE__));} while (0)

Completed in 341 milliseconds