PHYS_TO_DMAP
#define PHYS_TO_DMAP(x) ((vm_offset_t)(x) + DMAP_MIN_ADDRESS)
#define PHYS_TO_DMAP(x) ((uint64_t)(x) + (uint64_t)dmap_min_address)