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

/u-boot/arch/sandbox/cpu/
H A Dcpu.c30 unsigned long map_len; variable
176 map_len = len;
188 pci_unmap_physmem(ptr, map_len, map_dev);
/u-boot/tools/
H A Dmkimage.c475 size_t map_len; local
775 map_len = sbuf.st_size;
776 ptr = mmap(0, map_len, PROT_READ | PROT_WRITE, MAP_SHARED, ifd, 0);
800 (void)munmap((void *)ptr, map_len);
/u-boot/lib/efi_loader/
H A Defi_runtime.c868 efi_physical_addr_t map_len = map->num_pages << EFI_PAGE_SHIFT; local
869 efi_physical_addr_t map_end = map_start + map_len;

Completed in 102 milliseconds