Searched defs:dmi_unmap (Results 1 – 6 of 6) sorted by relevance
12 #define dmi_unmap iounmap macro
20 #define dmi_unmap(_x) memunmap(_x) macro
12 #define dmi_unmap(x) memunmap(x) macro
28 #define dmi_unmap(x) iounmap(x) macro
20 static inline void dmi_unmap(void *addr) in dmi_unmap() function
11 #define dmi_unmap(x) iounmap(x) macro