Searched refs:virt_size (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_image_loader.c | 231 unsigned long virt_size = 0; in efi_load_pe() local 265 virt_size = max_t(unsigned long, virt_size, in efi_load_pe() 276 efi_reloc = efi_alloc(virt_size, in efi_load_pe() 280 __func__, virt_size); in efi_load_pe() 286 virt_size = ALIGN(virt_size, opt->SectionAlignment); in efi_load_pe() 292 efi_reloc = efi_alloc(virt_size, in efi_load_pe() 296 __func__, virt_size); in efi_load_pe() 302 virt_size = ALIGN(virt_size, opt->SectionAlignment); in efi_load_pe() 323 (virt_size + EFI_PAGE_MASK) >> EFI_PAGE_SHIFT); in efi_load_pe() 329 ALIGN(virt_size, EFI_CACHELINE_SIZE)); in efi_load_pe() [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | s3c-fb.c | 1082 unsigned int real_size, virt_size, size; in s3c_fb_alloc_memory() local 1089 virt_size = windata->virtual_x * windata->virtual_y; in s3c_fb_alloc_memory() 1093 virt_size, windata->virtual_x, windata->virtual_y); in s3c_fb_alloc_memory() 1095 size = (real_size > virt_size) ? real_size : virt_size; in s3c_fb_alloc_memory()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 898 __be32 virt_size; member 1054 .virt_size = cpu_to_be32(0xffffffff), 1143 u32 virt_size; member 1195 .virt_size = ~0U,
|