Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dsprd-iommu.c231 size_t pgt_size; in sprd_iommu_cleanup() local
237 pgt_size = sprd_iommu_pgt_size(&dom->domain); in sprd_iommu_cleanup()
238 dma_free_coherent(dom->sdev->dev, pgt_size, dom->pgt_va, dom->pgt_pa); in sprd_iommu_cleanup()
256 size_t pgt_size = sprd_iommu_pgt_size(domain); in sprd_iommu_attach_device() local
264 dom->pgt_va = dma_alloc_coherent(sdev->dev, pgt_size, &dom->pgt_pa, GFP_KERNEL); in sprd_iommu_attach_device()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsetup.c75 unsigned long pgt_size = hyp_s1_pgtable_pages() << PAGE_SHIFT; in recreate_hyp_mappings() local
80 hyp_early_alloc_init(hyp_pgt_base, pgt_size); in recreate_hyp_mappings()
/openbmc/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c818 u64 pgt_size) in hl_mmu_hr_init() argument
846 for (i = 0 ; i < pgt_size ; i += pool_chunk_size) { in hl_mmu_hr_init()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs.h514 u64 pgt_size; member
3779 u64 pgt_size);