Searched refs:sysmem_alloc_base (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sysmem.h | 81 void *sysmem_alloc_base(enum memblk_id id, phys_addr_t base, phys_size_t size); 163 static inline void *sysmem_alloc_base(enum memblk_id id, in sysmem_alloc_base() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | uimage.c | 143 if (!sysmem_alloc_base(MEM_KERNEL, (phys_addr_t)kaddr, in uimage_sysmem_reserve_each() 151 if (size && !sysmem_alloc_base(MEM_RAMDISK, (phys_addr_t)raddr, in uimage_sysmem_reserve_each() 158 if (!sysmem_alloc_base(MEM_FDT, (phys_addr_t)faddr, in uimage_sysmem_reserve_each()
|
| H A D | boot_rkimg.c | 581 if (!sysmem_alloc_base(MEM_FDT, (phys_addr_t)fdt, in rockchip_read_dtb_file() 624 if (!sysmem_alloc_base(MEM_FDT, (phys_addr_t)fdt, in rockchip_ram_read_dtb_file() 673 if (!sysmem_alloc_base(MEM_FDT, (phys_addr_t)fdt, in rockchip_ram_read_dtb_file()
|
| H A D | fit.c | 239 if (!sysmem_alloc_base(mem, (phys_addr_t)addr, in fit_image_fixup_alloc()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fastboot.c | 68 if (!sysmem_alloc_base(MEM_FASTBOOT, in do_fastboot()
|
| H A D | bootuimage.c | 45 if (!sysmem_alloc_base(MEM_UIMAGE_USER, (phys_addr_t)hdr, in do_boot_uimage_ram()
|
| H A D | bootfit.c | 41 if (!sysmem_alloc_base(MEM_FIT_USER, in do_boot_fit_ram()
|
| H A D | bootrkp.c | 285 if (!sysmem_alloc_base(MEM_UNCOMP_KERNEL, in boot_rockchip_image()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sysmem.su | |
| H A D | sysmem.c | 585 void *sysmem_alloc_base(enum memblk_id id, phys_addr_t base, phys_size_t size) in sysmem_alloc_base() function 761 if (!sysmem_alloc_base(MEM_UBOOT, mem_start, mem_size)) { in sysmem_init() 770 if (!sysmem_alloc_base(MEM_STACK, mem_start, mem_size)) { in sysmem_init()
|
| H A D | bidram.c | 335 paddr = sysmem_alloc_base(id, base, size); in bidram_core_reserve()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-android.c | 452 if (!sysmem_alloc_base(MEM_KERNEL, in image_load() 489 if (length && !sysmem_alloc_base(MEM_RAMDISK, in image_load() 548 if (length && !sysmem_alloc_base(MEM_RAMDISK, in image_load()
|
| H A D | android_bootloader.c | 287 if (!sysmem_alloc_base(MEM_UNCOMP_KERNEL, in sysmem_alloc_uncomp_kernel() 1150 if (!sysmem_alloc_base(MEM_FDT_DTBO, in android_fdt_overlay_apply()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |