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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dsystem.c584 uint8_t extra_highbits_memory_size=0; local
642 extra_highbits_memory_size = inb_cmos(0x63);
650 extra_highbits_memory_size = inb_cmos(0x5d);
728 if (extra_highbits_memory_size || extra_lowbits_memory_size)
739 if (extra_highbits_memory_size || extra_lowbits_memory_size)
751 if (extra_highbits_memory_size || extra_lowbits_memory_size)
755 1 /*x4GB*/, extra_highbits_memory_size + 1 /*x4GB*/, 1);
763 extra_lowbits_memory_size, 1, extra_highbits_memory_size

Completed in 43 milliseconds