Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Damd_iommu_types.h220 #define IOMMU_PTE_PAGE(pte) (phys_to_virt((pte) & IOMMU_PAGE_MASK)) macro
/linux-2.6.39/arch/x86/kernel/
Damd_iommu.c765 pte = IOMMU_PTE_PAGE(*pte); in alloc_pte()
819 pte = IOMMU_PTE_PAGE(*pte); in fetch_pte()
1313 p2 = IOMMU_PTE_PAGE(p1[i]); in free_pagetable()
1317 p3 = IOMMU_PTE_PAGE(p2[j]); in free_pagetable()