Searched refs:memmap (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/arm/mach-renesas/
H A DMakefile13 obj-$(CONFIG_RCAR_GEN3) += cpu_info-rcar.o memmap-gen3.o
14 obj-$(CONFIG_RCAR_GEN4) += cpu_info-rcar.o memmap-gen3.o
16 obj-$(CONFIG_RZG2L) += cpu_info-rzg2l.o memmap-rzg2l.o
/u-boot/lib/
H A Dlmb.c194 struct efi_mem_desc *memmap = NULL, *map; local
198 ret = efi_get_memory_map_alloc(&map_size, &memmap);
202 for (i = 0, map = memmap; i < map_size / sizeof(*map); ++map, ++i) {
212 efi_free_pool(memmap);
/u-boot/cmd/
H A Defidebug.c587 * Implement efidebug "memmap" sub-command.
593 struct efi_mem_desc *memmap, *map; local
599 ret = efi_get_memory_map_alloc(&map_size, &memmap);
609 * This is a false positive as memmap will always be
612 for (i = 0, map = memmap; i < map_size / sizeof(*map); map++, i++) {
631 efi_free_pool(memmap);
1513 U_BOOT_CMD_MKENT(memmap, CONFIG_SYS_MAXARGS, 1, do_efi_show_memmap,
1604 "efidebug memmap\n"

Completed in 59 milliseconds