Searched refs:pgt_size (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | sprd-iommu.c | 231 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()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | setup.c | 75 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()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu.c | 809 * @pgt_size: memory size allocated for the page table 818 u64 pgt_size) in hl_mmu_hr_init() 846 for (i = 0 ; i < pgt_size ; i += pool_chunk_size) { in hl_mmu_hr_init() 817 hl_mmu_hr_init(struct hl_device *hdev, struct hl_mmu_hr_priv *hr_priv, u32 hop_table_size, u64 pgt_size) hl_mmu_hr_init() argument
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | habanalabs.h | 498 * @pgt_size: size for page tables. 514 u64 pgt_size; member 3779 u64 pgt_size);
|
Completed in 11 milliseconds