• Omer Shpigelman's avatar
    habanalabs: add MMU shadow mapping · 66542c3b
    Omer Shpigelman authored
    This patch adds shadow mapping to the MMU module. The shadow mapping
    allows traversing the page table in host memory rather reading each PTE
    from the device memory.
    It brings better performance and avoids reading from invalid device
    address upon PCI errors.
    Only at the end of map/unmap flow, writings to the device are performed in
    order to sync the H/W page tables with the shadow ones.
    Signed-off-by: default avatarOmer Shpigelman <oshpigelman@habana.ai>
    Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
    66542c3b
mmu_general.h 1.32 KB