Home
last modified time | relevance | path

Searched refs:__Y (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/sparc64/kernel/
Diommu_common.h45 #define VCONTIG(__X, __Y) (((__X) == (__Y)) || \ argument
46 (((__X) | (__Y)) << (64UL - PAGE_SHIFT)) == 0UL)
/linux-2.4.37.9/arch/ia64/hp/common/
Dsba_iommu.c1094 #define DMA_CONTIG(__X, __Y) \ argument
1095 (((((unsigned long) __X) | ((unsigned long) __Y)) << (BITS_PER_LONG - iovp_shift)) == 0UL)
/linux-2.4.37.9/arch/parisc/kernel/
Dsba_iommu.c1120 #define DMA_CONTIG(__X, __Y) \ argument
1121 (((((unsigned long) __X) | ((unsigned long) __Y)) << (BITS_PER_LONG - PAGE_SHIFT)) == 0UL)