Searched refs:PTRS_PER_IOPGD (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Diopgtable.h37 #define PTRS_PER_IOPGD (1UL << (32 - IOPGD_SHIFT)) macro
38 #define IOPGD_TABLE_SIZE (PTRS_PER_IOPGD * sizeof(u32))
72 #define iopgd_index(da) (((da) >> IOPGD_SHIFT) & (PTRS_PER_IOPGD - 1))
H A Diommu-debug.c148 for (i = 0; i < PTRS_PER_IOPGD; i++, iopgd++) {
H A Diommu.c753 for (i = 0; i < PTRS_PER_IOPGD; i++) {

Completed in 23 milliseconds