Home
last modified time | relevance | path

Searched refs:HOST_PHYS_BASE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/accel/habanalabs/include/goya/
Dgoya.h26 #define HOST_PHYS_BASE 0x8000000000ull /* 0.5TB */ macro
/linux-6.12.1/drivers/accel/habanalabs/include/gaudi/
Dgaudi.h34 #define HOST_PHYS_BASE 0x8000000000ull /* 0.5TB */ macro
/linux-6.12.1/drivers/accel/habanalabs/goya/
Dgoya.c393 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE; in goya_set_fixed_properties()
394 prop->host_base_address = HOST_PHYS_BASE; in goya_set_fixed_properties()
584 outbound_region.addr = HOST_PHYS_BASE; in goya_init_iatu()
2881 (dma_addr - HOST_PHYS_BASE), size); in goya_mmap()
2987 *dma_handle += HOST_PHYS_BASE; in goya_dma_alloc_coherent()
2996 dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE; in goya_dma_free_coherent()
3255 *dma_handle += HOST_PHYS_BASE; in goya_dma_pool_zalloc()
3264 dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE; in goya_dma_pool_free()
/linux-6.12.1/drivers/accel/habanalabs/gaudi/
Dgaudi.c577 prop->device_dma_offset_for_host_access = HOST_PHYS_BASE; in gaudi_set_fixed_properties()
578 prop->host_base_address = HOST_PHYS_BASE; in gaudi_set_fixed_properties()
789 outbound_region.addr = HOST_PHYS_BASE; in gaudi_init_iatu()
4172 (dma_addr - HOST_PHYS_BASE), size); in gaudi_mmap()
4539 *dma_handle += HOST_PHYS_BASE; in gaudi_dma_alloc_coherent()
4548 dma_addr_t fixed_dma_handle = dma_handle - HOST_PHYS_BASE; in gaudi_dma_free_coherent()
4812 *dma_handle += HOST_PHYS_BASE; in gaudi_dma_pool_zalloc()
4821 dma_addr_t fixed_dma_addr = dma_addr - HOST_PHYS_BASE; in gaudi_dma_pool_free()