Searched refs:memblock_alloc (Results 76 - 86 of 86) sorted by relevance

1234

/linux-master/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c1090 dt_cpu_features = memblock_alloc(sizeof(struct dt_cpu_feature) * nr_dt_cpu_features, PAGE_SIZE);
/linux-master/arch/x86/kernel/
H A De820.c1148 res = memblock_alloc(sizeof(*res) * e820_table->nr_entries,
/linux-master/arch/alpha/kernel/
H A Dsetup.c272 start = memblock_alloc(PAGE_ALIGN(size), PAGE_SIZE);
H A Dcore_cia.c335 ppte = memblock_alloc(CIA_BROKEN_TBIA_SIZE, 32768);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal.c183 mc_recoverable_range = memblock_alloc(size, __alignof__(u64));
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c2639 mem = memblock_alloc(n, SMP_CACHE_BYTES);
2702 ioapic_phys = (unsigned long)memblock_alloc(PAGE_SIZE,
/linux-master/arch/x86/mm/
H A Dinit_64.c237 ptr = memblock_alloc(PAGE_SIZE, PAGE_SIZE);
/linux-master/kernel/power/
H A Dsnapshot.c1014 region = memblock_alloc(sizeof(struct nosave_region),
/linux-master/mm/
H A Dmm_init.c2457 table = memblock_alloc(size, SMP_CACHE_BYTES);
/linux-master/arch/um/drivers/
H A Dvector_kern.c1703 new = memblock_alloc(sizeof(*new), SMP_CACHE_BYTES);
/linux-master/drivers/of/
H A Dunittest.c3466 void *ptr = memblock_alloc(size, align);

Completed in 376 milliseconds

1234