DMAP_TO_PHYS
#define DMAP_TO_PHYS(x) ((vm_paddr_t)(x) - DMAP_MIN_ADDRESS)
#define DMAP_TO_PHYS(x) ((uint64_t)(x) - (uint64_t)dmap_min_address)