Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/
H A Dcopy.c360 EFI_PHYSICAL_ADDRESS addr, new_base, new_staging; in efi_check_space() local
445 new_staging = roundup2(new_base, M(2)); in efi_check_space()
447 new_staging = new_base; in efi_check_space()
453 memcpy((void *)(uintptr_t)new_staging, in efi_check_space()
457 stage_offset -= staging - new_staging; in efi_check_space()
458 staging = new_staging; in efi_check_space()