Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dlmb.c14 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/
Dlmb.h28 struct lmb { struct
29 struct lmb_region memory; argument
30 struct lmb_region reserved; argument
Dimage.h410 struct lmb lmb; /* for memory mgmt */ member
/external/u-boot/test/lib/
Dlmb.c11 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/
Dbootm.c29 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/
Dimage-fdt.c73 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()
Dimage.c1259 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
Dbootm_os.c272 struct lmb *lmb = &images->lmb; in do_bootvx_fdt() local
Dbootm.c64 #define lmb_reserve(lmb, base, size) argument
/external/u-boot/arch/powerpc/lib/
Dbootm.c114 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/
Dmisc.c85 void board_lmb_reserve(struct lmb *lmb) in board_lmb_reserve()
/external/u-boot/arch/microblaze/lib/
Dbootm.c29 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
/external/u-boot/arch/powerpc/cpu/mpc86xx/
Dmp.c89 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
/external/u-boot/arch/arc/lib/
Dbootm.c20 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
/external/u-boot/arch/mips/lib/
Dbootm.c36 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
/external/u-boot/arch/arm/lib/
Dbootm.c49 void arch_lmb_reserve(struct lmb *lmb) in arch_lmb_reserve()
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dmp.c409 void cpu_mp_lmb_reserve(struct lmb *lmb) in cpu_mp_lmb_reserve()
/external/u-boot/net/
Dtftp.c612 struct lmb lmb; in tftp_init_load_addr() local
/external/u-boot/fs/
Dfs.c465 struct lmb lmb; in fs_read_lmb_check() local
/external/u-boot/prebuilt-intermediates/
Dimage.h410 struct lmb lmb; /* for memory mgmt */ member