Searched refs:lmb_alloc (Results 1 – 4 of 4) sorted by relevance
36 extern phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align);
156 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); in boot_relocate_fdt()
1171 *initrd_start = (ulong)lmb_alloc(lmb, rd_len, in boot_ramdisk_high()
254 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc() function