Searched defs:mem_map (Results 1 – 2 of 2) sorted by relevance
30 enum mem_map { enum137 enum mem_map mem_map; in append_memory() local
28 struct mem_map { struct29 u32 node_id; /* node_id which memory attached to */30 u32 mem_type; /* system memory, pci memory, pci io, etc. */31 u64 mem_start; /* memory map start address */32 u32 mem_size; /* each memory_map size, not the total size */
Completed in 8 milliseconds