Searched refs:IOMMU_PTE_PRESENT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Damd_iommu.c752 if (!IOMMU_PTE_PRESENT(*pte)) {
794 if (!IOMMU_PTE_PRESENT(*pte))
851 if (IOMMU_PTE_PRESENT(pte[i]))
1113 if (!pte || !IOMMU_PTE_PRESENT(*pte))
1310 if (!IOMMU_PTE_PRESENT(p1[i]))
1315 if (!IOMMU_PTE_PRESENT(p2[j]))
2560 if (!pte || !IOMMU_PTE_PRESENT(*pte))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Damd_iommu_types.h219 #define IOMMU_PTE_PRESENT(pte) ((pte) & IOMMU_PTE_P) macro

Completed in 116 milliseconds