Lines Matching refs:ram_size
442 unsigned long ram_size;
589 if (ram_size >= 65536 * (i + 1))
594 if (ram_size >= 65536 * 8 + 16384 * (i + 1))
615 ram_size = (cmos_readb(0x34) | (cmos_readb(0x35) << 8)) * 65536 +
618 ram_size = (cmos_readb(0x30) | (cmos_readb(0x31) << 8)) * 1024 +
620 BX_INFO("ram_size=0x%08lx\n", ram_size);
626 ram_end = ram_size;
1055 pci_bios_bigmem_addr = ram_size;
1125 mp_config_table = (uint8_t *)(ram_size - ACPI_DATA_SIZE - MPTABLE_MAX_SIZE);
1675 addr = base_addr = ram_size - ACPI_DATA_SIZE;
1867 if (mem_base <= ram_size && next_base > ram_size) {
1868 mem_len -= next_base - ram_size;
1874 mem_len = next_base - ram_size;
1875 next_base += (1ULL << 32) - ram_size;
1906 if(addr >= ram_size)
2570 int memsize = (ram_end == ram_size) ? ram_size / (1024 * 1024) :
2571 (ram_end - (1ull << 32) + ram_size) / (1024 * 1024);