Home
last modified time | relevance | path

Searched refs:runtime_end (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
636 runtime_end = (ulong)&__efi_runtime_stop; in add_u_boot_and_runtime()
637 runtime_end = (runtime_end + runtime_mask) & ~runtime_mask; in add_u_boot_and_runtime()
638 runtime_pages = (runtime_end - runtime_start) >> EFI_PAGE_SHIFT; in add_u_boot_and_runtime()