Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Ds3c-fb.c1083 unsigned int real_size, virt_size, size; in s3c_fb_alloc_memory() local
1090 virt_size = windata->virtual_x * windata->virtual_y; in s3c_fb_alloc_memory()
1094 virt_size, windata->virtual_x, windata->virtual_y); in s3c_fb_alloc_memory()
1096 size = (real_size > virt_size) ? real_size : virt_size; in s3c_fb_alloc_memory()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprom_init.c882 __be32 virt_size; member
1031 .virt_size = cpu_to_be32(0xffffffff),
1116 u32 virt_size; member
1168 .virt_size = ~0U,