Searched refs:map_end (Results 1 - 2 of 2) sorted by relevance

/u-boot/lib/efi_loader/
H A Defi_memory.c201 uint64_t map_end = map_start + (map_desc->num_pages << EFI_PAGE_SHIFT); local
207 if ((carve_end <= map_start) || (carve_start >= map_end))
216 carve_end = min(carve_end, map_end);
220 if (map_end == carve_end) {
227 map->desc.num_pages = (map_end - carve_end)
241 /* Create a new map from [ carve_start ... map_end ] */
248 newmap->desc.num_pages = (map_end - carve_start) >> EFI_PAGE_SHIFT;
H A Defi_runtime.c869 efi_physical_addr_t map_end = map_start + map_len; local
880 (map_end >= lmmio->paddr)) {
886 (map_end >= (uintptr_t)systab.tables)) {

Completed in 58 milliseconds