Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/of/
H A Dpdt.c51 buf = prom_early_alloc(strlen(name) + 1); in of_pdt_build_full_name()
57 buf = prom_early_alloc(len + 16); in of_pdt_build_full_name()
79 p = prom_early_alloc(sizeof(struct property) + 32); in of_pdt_build_one_prop()
87 p->value = prom_early_alloc(special_len); in of_pdt_build_one_prop()
101 p->value = prom_early_alloc(p->length + 1); in of_pdt_build_one_prop()
137 buf = prom_early_alloc(len); in of_pdt_get_one_property()
152 dp = prom_early_alloc(sizeof(*dp)); in of_pdt_create_node()
197 return prom_early_alloc(size); in kernel_tree_alloc()
/kernel/linux/linux-6.6/drivers/of/
H A Dpdt.c51 buf = prom_early_alloc(strlen(name) + 1); in of_pdt_build_full_name()
57 buf = prom_early_alloc(len + 16); in of_pdt_build_full_name()
79 p = prom_early_alloc(sizeof(struct property) + 32); in of_pdt_build_one_prop()
87 p->value = prom_early_alloc(special_len); in of_pdt_build_one_prop()
101 p->value = prom_early_alloc(p->length + 1); in of_pdt_build_one_prop()
137 buf = prom_early_alloc(len); in of_pdt_get_one_property()
152 dp = prom_early_alloc(sizeof(*dp)); in of_pdt_create_node()
197 return prom_early_alloc(size); in kernel_tree_alloc()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A 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(sizeo in central_irq_trans_init()
[all...]
H A Dprom_32.c27 void * __init prom_early_alloc(unsigned long size) in prom_early_alloc() function
198 n = prom_early_alloc(strlen(tmp_buf) + 1); in build_path_component()
215 of_console_path = prom_early_alloc(256); in of_console_init()
H A Dprom_64.c31 void * __init prom_early_alloc(unsigned long size) in prom_early_alloc() function
36 prom_printf("prom_early_alloc(%lu) failed\n", size); in prom_early_alloc()
370 n = prom_early_alloc(strlen(tmp_buf) + 1); in build_path_component()
603 of_console_path = prom_early_alloc(256); in of_console_init()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dprom_irqtrans.c78 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in psycho_irq_trans_init()
276 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in sabre_irq_trans_init()
279 irq_data = prom_early_alloc(sizeof(struct sabre_irq_data)); in sabre_irq_trans_init()
433 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in __schizo_irq_trans_init()
436 irq_data = prom_early_alloc(sizeof(struct schizo_irq_data)); in __schizo_irq_trans_init()
473 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in pci_sun4v_irq_trans_init()
548 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in fire_irq_trans_init()
551 irq_data = prom_early_alloc(sizeof(struct fire_irq_data)); in fire_irq_trans_init()
710 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller)); in sbus_irq_trans_init()
755 dp->irq_trans = prom_early_alloc(sizeo in central_irq_trans_init()
[all...]
H A Dprom_32.c27 void * __init prom_early_alloc(unsigned long size) in prom_early_alloc() function
198 n = prom_early_alloc(strlen(tmp_buf) + 1); in build_path_component()
215 of_console_path = prom_early_alloc(256); in of_console_init()
H A Dprom_64.c31 void * __init prom_early_alloc(unsigned long size) in prom_early_alloc() function
36 prom_printf("prom_early_alloc(%lu) failed\n", size); in prom_early_alloc()
370 n = prom_early_alloc(strlen(tmp_buf) + 1); in build_path_component()
603 of_console_path = prom_early_alloc(256); in of_console_init()
/kernel/linux/linux-5.10/include/linux/
H A Dof_pdt.h33 extern void *prom_early_alloc(unsigned long size);
/kernel/linux/linux-6.6/include/linux/
H A Dof_pdt.h33 extern void *prom_early_alloc(unsigned long size);
/kernel/linux/linux-5.10/arch/x86/platform/olpc/
H A Dolpc_dt.c124 void * __init prom_early_alloc(unsigned long size) in prom_early_alloc() function
/kernel/linux/linux-6.6/arch/x86/platform/olpc/
H A Dolpc_dt.c124 void * __init prom_early_alloc(unsigned long size) in prom_early_alloc() function

Completed in 8 milliseconds