Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_memory.c24 struct efi_mem_list { struct
88 struct efi_mem_list *mema = list_entry(a, struct efi_mem_list, link); in efi_mem_cmp()
89 struct efi_mem_list *memb = list_entry(b, struct efi_mem_list, link); in efi_mem_cmp()
107 struct efi_mem_list *prevmem = NULL; in efi_mem_sort()
116 struct efi_mem_list *lmem; in efi_mem_sort()
121 lmem = list_entry(lhandle, struct efi_mem_list, link); in efi_mem_sort()
169 static s64 efi_mem_carve_out(struct efi_mem_list *map, in efi_mem_carve_out()
173 struct efi_mem_list *newmap; in efi_mem_carve_out()
244 struct efi_mem_list *newlist; in efi_add_memory_map()
282 struct efi_mem_list *lmem; in efi_add_memory_map()
[all …]