Home
last modified time | relevance | path

Searched defs:dmi_alloc (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/ia64/include/asm/
Ddmi.h13 #define dmi_alloc(l) kzalloc(l, GFP_ATOMIC) macro
/linux-6.1.9/arch/x86/include/asm/
Ddmi.h11 static __always_inline __init void *dmi_alloc(unsigned len) in dmi_alloc() function
/linux-6.1.9/arch/arm/include/asm/
Ddmi.h13 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) macro
/linux-6.1.9/arch/loongarch/include/asm/
Ddmi.h13 #define dmi_alloc(l) memblock_alloc(l, PAGE_SIZE) macro
/linux-6.1.9/arch/arm64/include/asm/
Ddmi.h29 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) macro
/linux-6.1.9/arch/mips/include/asm/
Ddmi.h14 #define dmi_alloc(l) memblock_alloc_low(l, PAGE_SIZE) macro