Searched refs:alloc_bootmem (Results 1 – 22 of 22) sorted by relevance
36 hose = alloc_bootmem(sizeof(*hose)); in alloc_pci_controller()47 return alloc_bootmem(sizeof(struct resource)); in alloc_resource()
395 hose = alloc_bootmem(sizeof(*hose)); in alloc_pci_controller()406 return alloc_bootmem(sizeof(struct resource)); in alloc_resource()
82 arena = alloc_bootmem(sizeof(*arena)); in iommu_arena_new_node()95 arena = alloc_bootmem(sizeof(*arena)); in iommu_arena_new_node()
85 name = alloc_bootmem(strlen(tmp) + 1); in mk_resource_name()120 io7 = alloc_bootmem(sizeof(*io7)); in alloc_io7()
39 area = alloc_bootmem(size); in read_initrd()
62 ia64_ctx.bitmap = alloc_bootmem((ia64_ctx.max_ctx+1)>>3); in mmu_context_init()63 ia64_ctx.flushmap = alloc_bootmem((ia64_ctx.max_ctx+1)>>3); in mmu_context_init()
144 res = alloc_bootmem(chunk_size); in prom_early_alloc()
380 p = alloc_bootmem(size); in zalloc_maybe_bootmem()
771 entry = alloc_bootmem(sizeof(*entry)); in initcall_blacklist()772 entry->buf = alloc_bootmem(strlen(str_entry) + 1); in initcall_blacklist()
270 iommu_use = alloc_bootmem(IOMMU_TOTAL_ENTRIES * sizeof(unsigned long)); in dvma_init()
139 #define alloc_bootmem(x) \ macro
649 new = alloc_bootmem(sizeof(*new)); in iss_net_setup()
364 (ia64_err_rec_t *)alloc_bootmem(size); \366 (ia64_err_rec_t *)alloc_bootmem(size);}
974 res = alloc_bootmem(sizeof(struct resource)); in resource_init()
653 new = alloc_bootmem(sizeof(*new)); in eth_setup()
1583 new = alloc_bootmem(sizeof(*new)); in vector_setup()
1097 res = alloc_bootmem(sizeof(*res) * e820_table->nr_entries); in e820__reserve_resources()
935 hpet_res = alloc_bootmem(sizeof(*hpet_res) + HPET_RESOURCE_NAME_SIZE); in acpi_parse_hpet()
496 smu = alloc_bootmem(sizeof(struct smu_device)); in smu_init()
2581 mem = alloc_bootmem(n); in ioapic_setup_resources()
343 early in the boot process via the :c:func:`alloc_bootmem()`
367 :c:func:`alloc_bootmem()`.