Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Damd_iommu_types.h266 #define APERTURE_PAGE_INDEX(a) (((a) >> 21) & 0x3fULL) macro
/linux-2.6.39/arch/x86/kernel/
Damd_iommu.c1786 pte = aperture->pte_pages[APERTURE_PAGE_INDEX(address)]; in dma_ops_get_pte()
1790 aperture->pte_pages[APERTURE_PAGE_INDEX(address)] = pte_page; in dma_ops_get_pte()
1850 pte = aperture->pte_pages[APERTURE_PAGE_INDEX(address)]; in dma_ops_domain_unmap()