Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/
H A Dcopy.c191 EFI_PHYSICAL_ADDRESS staging, staging_end, staging_base; variable
198 BS->FreePages(staging_base, (staging_end - staging_base) / in efi_copy_free()
341 staging_end = staging + nr_pages * EFI_PAGE_SIZE; in efi_copy_init()
367 if (end + staging_slop <= staging_end) in efi_check_space()
371 if (end <= staging_end) in efi_check_space()
389 nr_pages = EFI_SIZE_TO_PAGES(end - staging_end); in efi_check_space()
400 addr = staging_end; in efi_check_space()
404 staging_end = staging_end + nr_pages * EFI_PAGE_SIZE; in efi_check_space()
427 (void *)(uintptr_t)staging, staging_end - staging); in efi_check_space()
454 (void *)(uintptr_t)staging, staging_end - staging); in efi_check_space()
[all …]