Home
last modified time | relevance | path

Searched refs:totalram (Results 1 – 3 of 3) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dsysinfo.h11 unsigned long totalram; /* Total usable main memory size */ member
/qemu/linux-user/
H A Dsyscall_defs.h2526 abi_ulong totalram; /* Total usable main memory size */ member
H A Dsyscall.c10954 __put_user(value.totalram, &target_value->totalram); in _syscall2()