dmi_unmap
#define dmi_unmap(x) memunmap(x)
#define dmi_unmap(x) iounmap(x)
static inline void dmi_unmap(void *addr)
#define dmi_unmap(x) iounmap(x)
#define dmi_unmap(x) memunmap(x)
#define dmi_unmap(_x) memunmap(_x)