Searched refs:efi_mem_list (Results 1 – 1 of 1) sorted by relevance
17 struct efi_mem_list { struct55 struct efi_mem_list *mema = list_entry(a, struct efi_mem_list, link); in efi_mem_cmp()56 struct efi_mem_list *memb = list_entry(b, struct efi_mem_list, link); in efi_mem_cmp()91 static s64 efi_mem_carve_out(struct efi_mem_list *map, in efi_mem_carve_out()95 struct efi_mem_list *newmap; in efi_mem_carve_out()155 struct efi_mem_list *newlist; in efi_add_memory_map()189 struct efi_mem_list *lmem; in efi_add_memory_map()192 lmem = list_entry(lhandle, struct efi_mem_list, link); in efi_add_memory_map()248 struct efi_mem_list *lmem = list_entry(lhandle, in efi_find_free_memory()249 struct efi_mem_list, link); in efi_find_free_memory()[all …]