Searched refs:ram_size (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/debugger/model/
H A DAreaInfo.h20 target_size_t size, target_size_t ram_size,
25 target_size_t size, target_size_t ram_size,
/haiku/src/bin/
H A Dlistarea.c68 areaInfo.ram_size,
/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c922 uint8 ram_size = 0; local
926 ram_size = SEQR(MSIZE_CLE266);
930 ram_size = SEQR(MSIZE_OTHER);
933 if ((ram_size > 16) && (ram_size <= 128))
936 si->ps.memory_size = (ram_size + 1) * 512 * 1024;
940 if ((ram_size > 0) && (ram_size <= 16))
943 si->ps.memory_size = ram_size * 4 * 1024 * 1024;
/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.cpp221 lram_size += areaInfo.ram_size;
226 lwram_size += areaInfo.ram_size;
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp1119 ((char *)pointer) + length <= info.address + info.ram_size;
1152 ((char *)pointer) + length <= info.address + info.ram_size;
/haiku/headers/os/kernel/
H A DOS.h61 uint32 ram_size; member in struct:area_info
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp575 areaInfo.ram_size, areaInfo.lock, areaInfo.protection);
/haiku/src/system/kernel/vm/
H A Dvm.cpp5321 info->ram_size = cache->page_count * B_PAGE_SIZE;

Completed in 190 milliseconds