Searched defs:boot_e820_entry (Results 1 – 5 of 5) sorted by relevance
44 struct boot_e820_entry { struct45 __u64 addr;46 __u64 size;47 __u32 type;
427 pub struct boot_e820_entry { struct428 pub addr: __u64,429 pub size: __u64,430 pub type_: __u32,
57416 struct boot_e820_entry { struct57417 __u64 addr;57418 __u64 size;57419 __u32 type;
1503 struct boot_e820_entry { struct1504 __u64 addr;1505 __u64 size;1506 __u32 type;