Searched refs:LV2TABLE_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | exynos-iommu.c | 119 #define LV2TABLE_SIZE (NUM_LV2ENTRIES * sizeof(sysmmu_pte_t)) macro 830 dma_unmap_single(dma_dev, base, LV2TABLE_SIZE, in exynos_iommu_domain_free() 936 BUG_ON((uintptr_t)pent & (LV2TABLE_SIZE - 1)); in alloc_lv2entry() 943 handle = dma_map_single(dma_dev, pent, LV2TABLE_SIZE, in alloc_lv2entry() 1356 LV2TABLE_SIZE, LV2TABLE_SIZE, 0, NULL); in exynos_iommu_init()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | exynos-iommu.c | 117 #define LV2TABLE_SIZE (NUM_LV2ENTRIES * sizeof(sysmmu_pte_t)) macro 972 dma_unmap_single(dma_dev, base, LV2TABLE_SIZE, in exynos_iommu_domain_free() 1078 BUG_ON((uintptr_t)pent & (LV2TABLE_SIZE - 1)); in alloc_lv2entry() 1085 handle = dma_map_single(dma_dev, pent, LV2TABLE_SIZE, in alloc_lv2entry() 1504 LV2TABLE_SIZE, LV2TABLE_SIZE, 0, NULL); in exynos_iommu_init()
|
Completed in 6 milliseconds