Searched defs:hd_table (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dpc.c266 /* hd_table must contain 4 block drivers */
268 const char *boot_device, BlockDriverState **hd_table)
361 rtc_set_memory(s, 0x12, (hd_table[0] ? 0xf0 : 0) | (hd_table[1] ? 0x0f : 0));
362 if (hd_table[0])
363 cmos_init_hd(0x19, 0x1b, hd_table[0]);
364 if (hd_table[1])
365 cmos_init_hd(0x1a, 0x24, hd_table[1]);
369 if (hd_table[i]) {
375 translation = bdrv_get_translation_hint(hd_table[
267 cmos_init(ram_addr_t ram_size, ram_addr_t above_4g_mem_size, const char *boot_device, BlockDriverState **hd_table) argument
[all...]

Completed in 112 milliseconds