| /rk3399_rockchip-uboot/lib/ |
| H A D | lmb.c | 15 void lmb_dump_all(struct lmb *lmb) in lmb_dump_all() 91 void lmb_init(struct lmb *lmb) in lmb_init() 176 long lmb_add(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_add() 183 long lmb_free(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_free() 232 long lmb_reserve(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_reserve() 255 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc() 260 phys_addr_t lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align, phys_addr_t max_addr) in lmb_alloc_base() 283 phys_addr_t __lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align, phys_addr_t max_addr) in __lmb_alloc_base() 325 int lmb_is_reserved(struct lmb *lmb, phys_addr_t addr) in lmb_is_reserved() 338 __weak void board_lmb_reserve(struct lmb *lmb) in board_lmb_reserve() [all …]
|
| H A D | bidram.c | 48 struct lmb *lmb = &bidram->lmb; in bidram_dump() local 133 struct lmb *lmb = &plat_bidram.lmb; in bidram_gen_gd_bi_dram() local
|
| H A D | sysmem.c | 61 struct lmb *lmb = &sysmem->lmb; in sysmem_dump() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | lmb.h | 27 struct lmb { struct 28 struct lmb_region memory; argument 29 struct lmb_region reserved; argument
|
| H A D | bidram.h | 14 struct lmb lmb; member
|
| H A D | sysmem.h | 21 struct lmb lmb; member
|
| H A D | image.h | 400 struct lmb lmb; /* for memory mgmt */ member
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | bootm.c | 30 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve() 56 struct lmb *lmb = &images->lmb; in do_bootm_linux() local
|
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | bootm.c | 114 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve() 177 struct lmb *lmb = &images->lmb; in boot_cmdline_linux() local 198 struct lmb *lmb = &images->lmb; in boot_bd_t_linux() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fdt.c | 81 void boot_mem_rsv_regions(struct lmb *lmb, void *fdt_blob) in boot_mem_rsv_regions() 144 void boot_fdt_add_mem_rsv_regions(struct lmb *lmb, void *fdt_blob) in boot_fdt_add_mem_rsv_regions() 261 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() 618 int of_size, struct lmb *lmb) in image_setup_libfdt()
|
| H A D | image.c | 1156 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len, in boot_ramdisk_high() 1447 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() 1487 int boot_get_kbd(struct lmb *lmb, bd_t **kbd) in boot_get_kbd() 1511 struct lmb *lmb = &images->lmb; in image_setup_linux() local
|
| H A D | bootm_os.c | 270 struct lmb *lmb = &images->lmb; in do_bootvx_fdt() local
|
| H A D | bootm.c | 88 #define lmb_reserve(lmb, base, size) argument
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | bootm.c | 19 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/ |
| H A D | mp.c | 89 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | bootm.c | 36 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | bootm.c | 51 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | mp.c | 407 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 777 void board_lmb_reserve(struct lmb *lmb) in board_lmb_reserve()
|