Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.h63 #define AMD_IOMMU_PGTABLE_HASH_SZ (256) macro
H A Damd_iommu_page_tables.c627 AMD_IOMMU_PGTABLE_HASH_SZ, KM_SLEEP); in amd_iommu_page_table_hash_init()
635 sizeof (amd_iommu_page_table_t *) * AMD_IOMMU_PGTABLE_HASH_SZ); in amd_iommu_page_table_hash_fini()
642 return (pa_4K % AMD_IOMMU_PGTABLE_HASH_SZ); in pt_hashfn()