Home
last modified time | relevance | path

Searched refs:MMU_DR_PGT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c52 if (hdev->mmu_func[MMU_DR_PGT].init != NULL) { in hl_mmu_init()
53 rc = hdev->mmu_func[MMU_DR_PGT].init(hdev); in hl_mmu_init()
67 if (hdev->mmu_func[MMU_DR_PGT].fini != NULL) in hl_mmu_init()
68 hdev->mmu_func[MMU_DR_PGT].fini(hdev); in hl_mmu_init()
88 if (hdev->mmu_func[MMU_DR_PGT].fini != NULL) in hl_mmu_fini()
89 hdev->mmu_func[MMU_DR_PGT].fini(hdev); in hl_mmu_fini()
113 if (hdev->mmu_func[MMU_DR_PGT].ctx_init != NULL) { in hl_mmu_ctx_init()
114 rc = hdev->mmu_func[MMU_DR_PGT].ctx_init(ctx); in hl_mmu_ctx_init()
128 if (hdev->mmu_func[MMU_DR_PGT].fini != NULL) in hl_mmu_ctx_init()
129 hdev->mmu_func[MMU_DR_PGT].fini(hdev); in hl_mmu_ctx_init()
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs.h113 MMU_DR_PGT = 0, /* device-dram-resident MMU PGT */ enumerator