HOST_PHYS_BASE
(dma_addr - HOST_PHYS_BASE), size);
*dma_handle += HOST_PHYS_BASE;
dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE;
*dma_handle += HOST_PHYS_BASE;
dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE;
prop->device_dma_offset_for_host_access = HOST_PHYS_BASE;
prop->host_base_address = HOST_PHYS_BASE;
outbound_region.addr = HOST_PHYS_BASE;
(dma_addr - HOST_PHYS_BASE), size);
*dma_handle += HOST_PHYS_BASE;
dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE;
*dma_handle += HOST_PHYS_BASE;
dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE;
prop->device_dma_offset_for_host_access = HOST_PHYS_BASE;
prop->host_base_address = HOST_PHYS_BASE;
outbound_region.addr = HOST_PHYS_BASE;