Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dpdt.c44 n = prom_early_alloc(len); in of_pdt_build_full_name()
69 buf = prom_early_alloc(len + 1); in of_pdt_build_full_name()
75 buf = prom_early_alloc(strlen(dp->parent->full_name) + in of_pdt_build_full_name()
100 p = prom_early_alloc(sizeof(struct property) + 32); in of_pdt_build_one_prop()
108 p->value = prom_early_alloc(special_len); in of_pdt_build_one_prop()
122 p->value = prom_early_alloc(p->length + 1); in of_pdt_build_one_prop()
158 buf = prom_early_alloc(len); in of_pdt_get_one_property()
173 dp = prom_early_alloc(sizeof(*dp)); in of_pdt_create_node()
222 return prom_early_alloc(size); in kernel_tree_alloc()
/Linux-v4.19/arch/sparc/kernel/
Dprom_irqtrans.c77 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in psycho_irq_trans_init()
275 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in sabre_irq_trans_init()
278 irq_data = prom_early_alloc(sizeof(struct sabre_irq_data)); in sabre_irq_trans_init()
432 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in __schizo_irq_trans_init()
435 irq_data = prom_early_alloc(sizeof(struct schizo_irq_data)); in __schizo_irq_trans_init()
472 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in pci_sun4v_irq_trans_init()
547 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in fire_irq_trans_init()
550 irq_data = prom_early_alloc(sizeof(struct fire_irq_data)); in fire_irq_trans_init()
709 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in sbus_irq_trans_init()
754 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in central_irq_trans_init()
[all …]
Dprom_32.c31 void * __init prom_early_alloc(unsigned long size) in prom_early_alloc() function
206 n = prom_early_alloc(strlen(tmp_buf) + 1); in build_path_component()
223 of_console_path = prom_early_alloc(256); in of_console_init()
Dprom_64.c35 void * __init prom_early_alloc(unsigned long size) in prom_early_alloc() function
366 n = prom_early_alloc(strlen(tmp_buf) + 1); in build_path_component()
600 of_console_path = prom_early_alloc(256); in of_console_init()
Dleon_kernel.c494 dp->name = prom_early_alloc(5 + 1); in leon_trans_init()
/Linux-v4.19/include/linux/
Dof_pdt.h33 extern void *prom_early_alloc(unsigned long size);
/Linux-v4.19/arch/x86/platform/olpc/
Dolpc_dt.c129 void * __init prom_early_alloc(unsigned long size) in prom_early_alloc() function