ram
ram(ix, iy);
void ram(int, int );
u_int64_t ram;
for (ram = 1024; ram < 512 * 1024; ram += 4)
if (addrprobe(ram))
mp->size = (ram - 1024) * 1024;
u_int64_t ram;
for (ram = 1024; ram < 512 * 1024; ram += 4)
if (addrprobe(ram))
mp->size = (ram - 1024) * 1024;
static uint32_t combios_detect_ram(struct drm_device *dev, int ram,
ram /= 2;
mem_size = ram;
while (ram--) {
addr = ram * 1024 * 1024;
int ram = 0;
ram = RBIOS8(offset);
ram *= 2;
combios_detect_ram(dev, ram,
t->ram = t->data + t->data_unused + t->opt_data + t->opt_unused +
t->ram += t->rrl;
pretty_mem(t->ram, "ram usage (excl space for buffers)");
size_t ram;