Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c612 unsigned long runtime_start, runtime_end, runtime_pages; in add_u_boot_and_runtime() local
638 runtime_pages = (runtime_end - runtime_start) >> EFI_PAGE_SHIFT; in add_u_boot_and_runtime()
639 efi_add_memory_map(runtime_start, runtime_pages, in add_u_boot_and_runtime()