Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/efi/
H A Defi.c28 struct efi_entry_memmap *map; in board_get_usable_ram_top()
74 struct efi_entry_memmap *map; in dram_init()
98 struct efi_entry_memmap *map; in dram_init_banksize()
/OK3568_Linux_fs/u-boot/include/
H A Defi.h292 struct efi_entry_memmap { struct
300 struct efi_entry_memmap *map, struct efi_mem_desc *desc) in efi_get_next_mem_desc() argument
409 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs);
/OK3568_Linux_fs/u-boot/cmd/
H A Defi.c69 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs) in efi_build_mem_table()
122 static void efi_print_mem_table(struct efi_entry_memmap *map, in efi_print_mem_table()
194 struct efi_entry_memmap *map; in do_efi_mem()
/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi_stub.c279 struct efi_entry_memmap map; in efi_main()