pub(crate) fn add_e820_entry( e820_entries: &mut Vec<E820Entry>, range: AddressRange, mem_type: E820Type, ) -> Result<()>
Add an e820 region to the e820 map.