/u-boot/lib/ |
A D | lmb.c | 17 void lmb_dump_all_force(struct lmb *lmb) in lmb_dump_all_force() 43 void lmb_dump_all(struct lmb *lmb) in lmb_dump_all() 100 void lmb_init(struct lmb *lmb) in lmb_init() 108 static void lmb_reserve_common(struct lmb *lmb, void *fdt_blob) in lmb_reserve_common() 135 void lmb_init_and_reserve_range(struct lmb *lmb, phys_addr_t base, in lmb_init_and_reserve_range() 214 long lmb_add(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_add() 221 long lmb_free(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_free() 383 phys_size_t lmb_get_free_size(struct lmb *lmb, phys_addr_t addr) in lmb_get_free_size() 409 int lmb_is_reserved(struct lmb *lmb, phys_addr_t addr) in lmb_is_reserved() 422 __weak void board_lmb_reserve(struct lmb *lmb) in board_lmb_reserve() [all …]
|
/u-boot/include/ |
A D | lmb.h | 28 struct lmb { struct 29 struct lmb_region memory; argument 30 struct lmb_region reserved; argument
|
A D | image.h | 438 struct lmb lmb; /* for memory mgmt */ member
|
/u-boot/test/lib/ |
A D | lmb.c | 15 static int check_lmb(struct unit_test_state *uts, struct lmb *lmb, in check_lmb() 44 #define ASSERT_LMB(lmb, ram_base, ram_size, num_reserved, base1, size1, \ argument 62 struct lmb lmb; in test_multi_alloc() local 229 struct lmb lmb; in test_bigblock() local 295 struct lmb lmb; in test_noreserved() local 386 struct lmb lmb; in lib_test_lmb_at_0() local 427 struct lmb lmb; in lib_test_lmb_overlapping_reserve() local 472 struct lmb lmb; in test_alloc_addr() local 600 struct lmb lmb; in test_get_unreserved_size() local
|
/u-boot/arch/m68k/lib/ |
A D | bootm.c | 33 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve() 60 struct lmb *lmb = &images->lmb; in do_bootm_linux() local
|
/u-boot/arch/powerpc/lib/ |
A D | bootm.c | 119 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve() 182 struct lmb *lmb = &images->lmb; in boot_cmdline_linux() local 203 struct lmb *lmb = &images->lmb; in boot_bd_t_linux() local
|
/u-boot/common/ |
A D | image-fdt.c | 77 static void boot_fdt_reserve_region(struct lmb *lmb, uint64_t addr, in boot_fdt_reserve_region() 103 void boot_fdt_add_mem_rsv_regions(struct lmb *lmb, void *fdt_blob) in boot_fdt_add_mem_rsv_regions() 157 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() 545 int of_size, struct lmb *lmb) in image_setup_libfdt()
|
A D | image.c | 1370 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len, in boot_ramdisk_high() 1657 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() 1697 int boot_get_kbd(struct lmb *lmb, struct bd_info **kbd) in boot_get_kbd() 1723 struct lmb *lmb = &images->lmb; in image_setup_linux() local
|
A D | bootm_os.c | 279 struct lmb *lmb = &images->lmb; in do_bootvx_fdt() local
|
A D | bootm.c | 72 #define lmb_reserve(lmb, base, size) argument
|
/u-boot/arch/arm/mach-stm32mp/ |
A D | dram_init.c | 45 struct lmb lmb; in board_get_usable_ram_top() local
|
/u-boot/arch/arm/mach-imx/ |
A D | misc.c | 89 void board_lmb_reserve(struct lmb *lmb) in board_lmb_reserve()
|
/u-boot/arch/microblaze/lib/ |
A D | bootm.c | 35 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
/u-boot/arch/powerpc/cpu/mpc86xx/ |
A D | mp.c | 90 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
|
/u-boot/cmd/ |
A D | bdinfo.c | 127 struct lmb lmb; in do_bdinfo() local
|
/u-boot/arch/arc/lib/ |
A D | bootm.c | 26 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
/u-boot/arch/arm/mach-nexell/ |
A D | cmd_boot_linux.c | 79 #define lmb_reserve(lmb, base, size) argument
|
/u-boot/arch/mips/lib/ |
A D | bootm.c | 40 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
/u-boot/arch/arm/lib/ |
A D | bootm.c | 55 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | mp.c | 412 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
|
/u-boot/net/ |
A D | tftp.c | 730 struct lmb lmb; in tftp_init_load_addr() local
|
/u-boot/fs/ |
A D | fs.c | 496 struct lmb lmb; in fs_read_lmb_check() local
|