Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_memory.c896 unsigned long runtime_start, runtime_end, runtime_pages; in add_u_boot_and_runtime() local
923 runtime_end = (ulong)&__efi_runtime_stop; in add_u_boot_and_runtime()
924 runtime_end = (runtime_end + runtime_mask) & ~runtime_mask; in add_u_boot_and_runtime()
925 runtime_pages = (runtime_end - runtime_start) >> EFI_PAGE_SHIFT; in add_u_boot_and_runtime()

Completed in 8 milliseconds