Home
last modified time | relevance | path

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

/src/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()
340 staging_base = staging; in efi_copy_init()
419 nr_pages = EFI_SIZE_TO_PAGES(staging_base - addr); in efi_check_space()
427 staging_base = addr; in efi_check_space()
428 memmove((void *)(uintptr_t)staging_base, in efi_check_space()
430 stage_offset -= staging - staging_base; in efi_check_space()
431 staging = staging_base; in efi_check_space()
457 BS->FreePages(staging_base, (staging_end - staging_base) / in efi_check_space()
462 staging_base = new_base; in efi_check_space()