Searched refs:APERTURE_RANGE_SIZE (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/include/asm/
H A Damd_iommu_types.h261 #define APERTURE_RANGE_SIZE (1ULL << APERTURE_RANGE_SHIFT) macro
262 #define APERTURE_RANGE_PAGES (APERTURE_RANGE_SIZE >> PAGE_SHIFT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Damd_iommu.c1083 address += APERTURE_RANGE_SIZE / 64;
1087 dma_dom->aperture_size += APERTURE_RANGE_SIZE;
1141 unsigned long next_bit = dom->next_address % APERTURE_RANGE_SIZE;
1231 address = (address % APERTURE_RANGE_SIZE) >> PAGE_SHIFT;

Completed in 43 milliseconds