Home
last modified time | relevance | path

Searched refs:get_memory_map_and_exit_boot_services (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/crates/uefi/src/
Dboot.rs1158 unsafe fn get_memory_map_and_exit_boot_services(buf: &mut [u8]) -> Result<MemoryMapMeta> { in get_memory_map_and_exit_boot_services() function
1234 match unsafe { get_memory_map_and_exit_boot_services(buf.as_mut_slice()) } { in exit_boot_services()
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/
Dboot.rs1158 unsafe fn get_memory_map_and_exit_boot_services(buf: &mut [u8]) -> Result<MemoryMapMeta> { in get_memory_map_and_exit_boot_services() function
1234 match unsafe { get_memory_map_and_exit_boot_services(buf.as_mut_slice()) } { in exit_boot_services()