Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_memory.c178 uint64_t map_end = map_start + (map_desc->num_pages << EFI_PAGE_SHIFT); in efi_mem_carve_out() local
184 if ((carve_end <= map_start) || (carve_start >= map_end)) in efi_mem_carve_out()
193 carve_end = min(carve_end, map_end); in efi_mem_carve_out()
197 if (map_end == carve_end) { in efi_mem_carve_out()
204 map->desc.num_pages = (map_end - carve_end) in efi_mem_carve_out()
223 newmap->desc.num_pages = (map_end - carve_start) >> EFI_PAGE_SHIFT; in efi_mem_carve_out()
A Defi_runtime.c823 efi_physical_addr_t map_end = map_start + map_len; in efi_set_virtual_address_map() local
834 (map_end >= lmmio->paddr)) { in efi_set_virtual_address_map()
840 (map_end >= (uintptr_t)systab.tables)) { in efi_set_virtual_address_map()

Completed in 8 milliseconds