Searched refs:HOST_PHYS_BASE (Results 1 – 4 of 4) sorted by relevance
26 #define HOST_PHYS_BASE 0x8000000000ull /* 0.5TB */ macro
34 #define HOST_PHYS_BASE 0x8000000000ull /* 0.5TB */ macro
546 outbound_region.addr = HOST_PHYS_BASE; in goya_init_iatu()2679 (dma_addr - HOST_PHYS_BASE), size); in goya_cb_mmap()2782 *dma_handle += HOST_PHYS_BASE; in goya_dma_alloc_coherent()2791 dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE; in goya_dma_free_coherent()3051 *dma_handle += HOST_PHYS_BASE; in goya_dma_pool_zalloc()3060 dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE; in goya_dma_pool_free()3094 sg->dma_address += HOST_PHYS_BASE; in goya_dma_map_sg()3107 sg->dma_address -= HOST_PHYS_BASE; in goya_dma_unmap_sg()4077 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_read32()4078 *val = *(u32 *) phys_to_virt(addr - HOST_PHYS_BASE); in goya_debugfs_read32()[all …]
557 outbound_region.addr = HOST_PHYS_BASE; in gaudi_init_iatu()3123 (dma_addr - HOST_PHYS_BASE), size); in gaudi_cb_mmap()3400 *dma_handle += HOST_PHYS_BASE; in gaudi_dma_alloc_coherent()3409 dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE; in gaudi_dma_free_coherent()3574 *dma_handle += HOST_PHYS_BASE; in gaudi_dma_pool_zalloc()3583 dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE; in gaudi_dma_pool_free()3611 sg->dma_address += HOST_PHYS_BASE; in gaudi_dma_map_sg()3624 sg->dma_address -= HOST_PHYS_BASE; in gaudi_dma_unmap_sg()4574 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_read32()4575 *val = *(u32 *) phys_to_virt(addr - HOST_PHYS_BASE); in gaudi_debugfs_read32()[all …]