Searched defs:e820entry (Results 1 – 4 of 4) sorted by relevance
12 struct e820entry { struct13 uint64_t addr;14 uint64_t size;15 uint32_t type;
12 struct e820entry { struct22 struct e820entry map[E820MAX]; argument
13 struct __packed e820entry { struct23 struct e820entry map[E820MAX]; argument
1314 struct e820entry { struct1321 struct e820entry entries[], argument
Completed in 9 milliseconds