mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 08:13:56 -04:00
Gaudi2 has new MMU units. A PMMU for device->host accesses, and HMMU for HBM accesses. The page tables of both MMUs are located in the host's memory (referred to in the code as host-resident pgt). Signed-off-by: Moti Haimovski <mhaimovski@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
4 lines
128 B
Makefile
4 lines
128 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
HL_COMMON_MMU_FILES := common/mmu/mmu.o common/mmu/mmu_v1.o \
|
|
common/mmu/mmu_v2_hr.o
|