Home
last modified time | relevance | path

Searched defs:lmb (Results 1 – 22 of 22) sorted by relevance

/u-boot/lib/
A Dlmb.c17 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 Dlmb.h28 struct lmb { struct
29 struct lmb_region memory; argument
30 struct lmb_region reserved; argument
A Dimage.h438 struct lmb lmb; /* for memory mgmt */ member
/u-boot/test/lib/
A Dlmb.c15 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 Dbootm.c33 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 Dbootm.c119 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 Dimage-fdt.c77 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 Dimage.c1370 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 Dbootm_os.c279 struct lmb *lmb = &images->lmb; in do_bootvx_fdt() local
A Dbootm.c72 #define lmb_reserve(lmb, base, size) argument
/u-boot/arch/arm/mach-stm32mp/
A Ddram_init.c45 struct lmb lmb; in board_get_usable_ram_top() local
/u-boot/arch/arm/mach-imx/
A Dmisc.c89 void board_lmb_reserve(struct lmb *lmb) in board_lmb_reserve()
/u-boot/arch/microblaze/lib/
A Dbootm.c35 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
/u-boot/arch/powerpc/cpu/mpc86xx/
A Dmp.c90 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
/u-boot/cmd/
A Dbdinfo.c127 struct lmb lmb; in do_bdinfo() local
/u-boot/arch/arc/lib/
A Dbootm.c26 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
/u-boot/arch/arm/mach-nexell/
A Dcmd_boot_linux.c79 #define lmb_reserve(lmb, base, size) argument
/u-boot/arch/mips/lib/
A Dbootm.c40 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
/u-boot/arch/arm/lib/
A Dbootm.c55 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dmp.c412 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
/u-boot/net/
A Dtftp.c730 struct lmb lmb; in tftp_init_load_addr() local
/u-boot/fs/
A Dfs.c496 struct lmb lmb; in fs_read_lmb_check() local

Completed in 26 milliseconds