Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/amd/
H A Dio_pgtable.c37 cnt = PAGE_SIZE_PTE_COUNT(pg_size); in first_pte_l7()
346 count = PAGE_SIZE_PTE_COUNT(pgsize); in iommu_v1_map_pages()
423 count = PAGE_SIZE_PTE_COUNT(unmap_size); in iommu_v1_unmap_pages()
470 count = PAGE_SIZE_PTE_COUNT(size); in pte_test_and_clear_dirty()
H A Damd_iommu_types.h365 #define PAGE_SIZE_PTE_COUNT(pagesize) \ macro