Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_image_loader.c90 unsigned long virt_size = 0; in efi_load_pe() local
119 virt_size = max_t(unsigned long, virt_size, in efi_load_pe()
129 efi_reloc = efi_alloc(virt_size, EFI_LOADER_DATA); in efi_load_pe()
132 __func__, virt_size); in efi_load_pe()
142 efi_reloc = efi_alloc(virt_size, EFI_LOADER_DATA); in efi_load_pe()
145 __func__, virt_size); in efi_load_pe()
170 (virt_size + EFI_PAGE_MASK) >> EFI_PAGE_SHIFT); in efi_load_pe()
176 ALIGN(virt_size, CONFIG_SYS_CACHELINE_SIZE)); in efi_load_pe()