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()2781 *dma_handle += HOST_PHYS_BASE; in goya_dma_alloc_coherent()2790 dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE; in goya_dma_free_coherent()3050 *dma_handle += HOST_PHYS_BASE; in goya_dma_pool_zalloc()3059 dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE; in goya_dma_pool_free()3093 sg->dma_address += HOST_PHYS_BASE; in goya_dma_map_sg()3106 sg->dma_address -= HOST_PHYS_BASE; in goya_dma_unmap_sg()4075 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_read32()4076 *val = *(u32 *) phys_to_virt(addr - HOST_PHYS_BASE); in goya_debugfs_read32()4131 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_write32()[all …]
557 outbound_region.addr = HOST_PHYS_BASE; in gaudi_init_iatu()3393 *dma_handle += HOST_PHYS_BASE; in gaudi_dma_alloc_coherent()3402 dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE; in gaudi_dma_free_coherent()3567 *dma_handle += HOST_PHYS_BASE; in gaudi_dma_pool_zalloc()3576 dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE; in gaudi_dma_pool_free()3604 sg->dma_address += HOST_PHYS_BASE; in gaudi_dma_map_sg()3617 sg->dma_address -= HOST_PHYS_BASE; in gaudi_dma_unmap_sg()4566 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_read32()4567 *val = *(u32 *) phys_to_virt(addr - HOST_PHYS_BASE); in gaudi_debugfs_read32()4613 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_write32()[all …]