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

/linux-master/arch/loongarch/include/asm/
H A Ddmi.h13 #define dmi_alloc(l) memblock_alloc(l, PAGE_SIZE) macro
/linux-master/arch/x86/include/asm/
H A Ddmi.h11 static __always_inline __init void *dmi_alloc(unsigned len) function
/linux-master/arch/arm64/include/asm/
H A Ddmi.h29 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) macro
/linux-master/arch/arm/include/asm/
H A Ddmi.h13 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) macro
/linux-master/arch/mips/include/asm/
H A Ddmi.h14 #define dmi_alloc(l) memblock_alloc_low(l, PAGE_SIZE) macro
/linux-master/drivers/firmware/
H A Ddmi_scan.c76 str = dmi_alloc(len);
209 s = dmi_alloc(8);
239 s = dmi_alloc(16*2+4+1);
265 s = dmi_alloc(4);
282 dev = dmi_alloc(sizeof(*dev) + strlen(name) + 1);
323 dev = dmi_alloc(sizeof(*dev));
340 data = dmi_alloc(dm->length);
346 dev = dmi_alloc(sizeof(*dev));
367 dev = dmi_alloc(sizeof(*dev) + strlen(name) + 1);
458 dmi_memdev = dmi_alloc(sizeo
[all...]
/linux-master/arch/x86/kernel/
H A Dsetup.c70 RESERVE_BRK(dmi_alloc, 65536);

Completed in 209 milliseconds