Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/ !
Damd_iommu_types.h169 #define PM_PTE_LEVEL(pte) (((pte) >> 9) & 0x7ULL) macro
/linux-2.6.39/arch/x86/kernel/ !
Damd_iommu.c760 if (PM_PTE_LEVEL(*pte) != level) in alloc_pte()
798 if (PM_PTE_LEVEL(*pte) == 0x07) { in fetch_pte()
813 if (PM_PTE_LEVEL(*pte) != level) in fetch_pte()
894 } else if (PM_PTE_LEVEL(*pte) == 0) { in iommu_unmap_page()
2563 if (PM_PTE_LEVEL(*pte) == 0) in amd_iommu_iova_to_phys()