Searched refs:__efi_memmap_free (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Dmemmap.c18 #ifndef __efi_memmap_free
19 #define __efi_memmap_free(phys, size, flags) do { } while (0) macro
55 __efi_memmap_free(efi.memmap.phys_map,
/linux-master/arch/x86/include/asm/
H A Defi.h402 extern void __efi_memmap_free(u64 phys, unsigned long size,
404 #define __efi_memmap_free __efi_memmap_free macro
/linux-master/arch/x86/platform/efi/
H A Dfake_mem.c58 __efi_memmap_free(data.phys_map, data.size, data.flags);
H A Dmemmap.c33 void __init __efi_memmap_free(u64 phys, unsigned long size, unsigned long flags) function

Completed in 99 milliseconds