Home
last modified time | relevance | path

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

/linux/drivers/iommu/
A Dsprd-iommu.c238 size_t pgt_size = sprd_iommu_pgt_size(domain); in sprd_iommu_attach_device() local
245 dom->pgt_va = dma_alloc_coherent(sdev->dev, pgt_size, &dom->pgt_pa, GFP_KERNEL); in sprd_iommu_attach_device()
265 size_t pgt_size = sprd_iommu_pgt_size(domain); in sprd_iommu_detach_device() local
270 dma_free_coherent(sdev->dev, pgt_size, dom->pgt_va, dom->pgt_pa); in sprd_iommu_detach_device()
/linux/arch/arm64/kvm/hyp/nvhe/
A Dsetup.c61 unsigned long pgt_size = hyp_s1_pgtable_pages() << PAGE_SHIFT; in recreate_hyp_mappings() local
66 hyp_early_alloc_init(hyp_pgt_base, pgt_size); in recreate_hyp_mappings()

Completed in 6 milliseconds