Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c146 uint64_t map_end = map_start + (map_desc->num_pages << EFI_PAGE_SHIFT); in efi_mem_carve_out() local
152 if ((carve_end <= map_start) || (carve_start >= map_end)) in efi_mem_carve_out()
161 carve_end = min(carve_end, map_end); in efi_mem_carve_out()
165 if (map_end == carve_end) { in efi_mem_carve_out()
171 map->desc.num_pages = (map_end - carve_end) in efi_mem_carve_out()
189 newmap->desc.num_pages = (map_end - carve_start) >> EFI_PAGE_SHIFT; in efi_mem_carve_out()
H A Defi_runtime.c482 efi_physical_addr_t map_end = map_start + map_len; in efi_set_virtual_address_map() local
493 (map_end >= lmmio->paddr)) { in efi_set_virtual_address_map()
499 (map_end >= (uintptr_t)systab.tables)) { in efi_set_virtual_address_map()