Searched defs:total (Results 1 – 4 of 4) sorted by relevance
10 uint64_t total; // 计算机的总内存数量大小 member
90 let mut total = 0; in usage() localVariable
259 total: PageFrameCount, field279 pub fn total(&self) -> PageFrameCount { in total() method
600 uint apic_get_ics(const uint type, ul ret_vaddr[], uint *total) in apic_get_ics()