Searched refs:prom_early_alloc (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/of/
H A Dpdt.c48 n = prom_early_alloc(len); of_pdt_build_full_name()
73 buf = prom_early_alloc(len + 1); of_pdt_build_full_name()
79 buf = prom_early_alloc(strlen(dp->parent->full_name) + of_pdt_build_full_name()
104 p = prom_early_alloc(sizeof(struct property) + 32); of_pdt_build_one_prop()
112 p->value = prom_early_alloc(special_len); of_pdt_build_one_prop()
126 p->value = prom_early_alloc(p->length + 1); of_pdt_build_one_prop()
162 buf = prom_early_alloc(len); of_pdt_get_one_property()
177 dp = prom_early_alloc(sizeof(*dp)); of_pdt_create_node()
226 return prom_early_alloc(size); kernel_tree_alloc()
/linux-4.4.14/arch/sparc/kernel/
H A Dprom_irqtrans.c76 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); psycho_irq_trans_init()
274 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); sabre_irq_trans_init()
277 irq_data = prom_early_alloc(sizeof(struct sabre_irq_data)); sabre_irq_trans_init()
431 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); __schizo_irq_trans_init()
434 irq_data = prom_early_alloc(sizeof(struct schizo_irq_data)); __schizo_irq_trans_init()
471 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); pci_sun4v_irq_trans_init()
546 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); fire_irq_trans_init()
549 irq_data = prom_early_alloc(sizeof(struct fire_irq_data)); fire_irq_trans_init()
708 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); sbus_irq_trans_init()
753 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); central_irq_trans_init()
795 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); sun4v_vdev_irq_trans_init()
H A Dprom_32.c31 void * __init prom_early_alloc(unsigned long size) prom_early_alloc() function
206 n = prom_early_alloc(strlen(tmp_buf) + 1); build_path_component()
223 of_console_path = prom_early_alloc(256); of_console_init()
H A Dprom_64.c35 void * __init prom_early_alloc(unsigned long size) prom_early_alloc() function
41 prom_printf("prom_early_alloc(%lu) failed\n", size); prom_early_alloc()
366 n = prom_early_alloc(strlen(tmp_buf) + 1); build_path_component()
600 of_console_path = prom_early_alloc(256); of_console_init()
H A Dleon_kernel.c493 dp->name = prom_early_alloc(5 + 1); leon_trans_init()
/linux-4.4.14/include/linux/
H A Dof_pdt.h37 extern void *prom_early_alloc(unsigned long size);
/linux-4.4.14/arch/x86/platform/olpc/
H A Dolpc_dt.c129 void * __init prom_early_alloc(unsigned long size) prom_early_alloc() function

Completed in 237 milliseconds