/external/u-boot/lib/ |
D | lmb.c | 14 void lmb_dump_all(struct lmb *lmb) in lmb_dump_all() 93 void lmb_init(struct lmb *lmb) in lmb_init() 101 static void lmb_reserve_common(struct lmb *lmb, void *fdt_blob) in lmb_reserve_common() 111 void lmb_init_and_reserve(struct lmb *lmb, bd_t *bd, void *fdt_blob) in lmb_init_and_reserve() 133 void lmb_init_and_reserve_range(struct lmb *lmb, phys_addr_t base, in lmb_init_and_reserve_range() 212 long lmb_add(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_add() 219 long lmb_free(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_free() 268 long lmb_reserve(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_reserve() 290 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc() 295 phys_addr_t lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align, phys_addr_t max_addr) in lmb_alloc_base() [all …]
|
/external/u-boot/include/ |
D | lmb.h | 28 struct lmb { struct 29 struct lmb_region memory; argument 30 struct lmb_region reserved; argument
|
D | image.h | 410 struct lmb lmb; /* for memory mgmt */ member
|
/external/u-boot/test/lib/ |
D | lmb.c | 11 static int check_lmb(struct unit_test_state *uts, struct lmb *lmb, in check_lmb() 40 #define ASSERT_LMB(lmb, ram_base, ram_size, num_reserved, base1, size1, \ argument 58 struct lmb lmb; in test_multi_alloc() local 225 struct lmb lmb; in test_bigblock() local 291 struct lmb lmb; in test_noreserved() local 382 struct lmb lmb; in lib_test_lmb_at_0() local 423 struct lmb lmb; in lib_test_lmb_overlapping_reserve() local 468 struct lmb lmb; in test_alloc_addr() local 596 struct lmb lmb; in test_get_unreserved_size() local
|
/external/u-boot/arch/m68k/lib/ |
D | bootm.c | 29 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve() 55 struct lmb *lmb = &images->lmb; in do_bootm_linux() local
|
/external/u-boot/common/ |
D | image-fdt.c | 73 static void boot_fdt_reserve_region(struct lmb *lmb, uint64_t addr, in boot_fdt_reserve_region() 99 void boot_fdt_add_mem_rsv_regions(struct lmb *lmb, void *fdt_blob) in boot_fdt_add_mem_rsv_regions() 153 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() 527 int of_size, struct lmb *lmb) in image_setup_libfdt()
|
D | image.c | 1259 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len, in boot_ramdisk_high() 1546 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() 1586 int boot_get_kbd(struct lmb *lmb, bd_t **kbd) in boot_get_kbd() 1610 struct lmb *lmb = &images->lmb; in image_setup_linux() local
|
D | bootm_os.c | 272 struct lmb *lmb = &images->lmb; in do_bootvx_fdt() local
|
D | bootm.c | 64 #define lmb_reserve(lmb, base, size) argument
|
/external/u-boot/arch/powerpc/lib/ |
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
|
/external/u-boot/arch/arm/mach-imx/ |
D | misc.c | 85 void board_lmb_reserve(struct lmb *lmb) in board_lmb_reserve()
|
/external/u-boot/arch/microblaze/lib/ |
D | bootm.c | 29 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
/external/u-boot/arch/powerpc/cpu/mpc86xx/ |
D | mp.c | 89 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
|
/external/u-boot/arch/arc/lib/ |
D | bootm.c | 20 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
/external/u-boot/arch/mips/lib/ |
D | bootm.c | 36 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
/external/u-boot/arch/arm/lib/ |
D | bootm.c | 49 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | mp.c | 409 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
|
/external/u-boot/net/ |
D | tftp.c | 612 struct lmb lmb; in tftp_init_load_addr() local
|
/external/u-boot/fs/ |
D | fs.c | 465 struct lmb lmb; in fs_read_lmb_check() local
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 410 struct lmb lmb; /* for memory mgmt */ member
|