Searched defs:dmi_alloc (Results 1 – 6 of 6) sorted by relevance
13 #define dmi_alloc(l) kzalloc(l, GFP_ATOMIC) macro
11 static __always_inline __init void *dmi_alloc(unsigned len) in dmi_alloc() function
13 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) macro
13 #define dmi_alloc(l) memblock_alloc(l, PAGE_SIZE) macro
29 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) macro
14 #define dmi_alloc(l) memblock_alloc_low(l, PAGE_SIZE) macro