Home
last modified time | relevance | path

Searched refs:efi_map_next_entry (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Defi.c573 * efi_map_next_entry - Return the next EFI memory map descriptor
583 static void *efi_map_next_entry(void *entry) in efi_map_next_entry() function
680 while ((p = efi_map_next_entry(p))) { in efi_map_regions()
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Defi.c604 * efi_map_next_entry - Return the next EFI memory map descriptor
614 static void *efi_map_next_entry(void *entry) in efi_map_next_entry() function
711 while ((p = efi_map_next_entry(p))) { in efi_map_regions()

Completed in 3 milliseconds