taglinefilesource code
PGDIR_MASK20include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_MASK22include/asm-i386/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_MASK149include/asm-mips/page.h#define PGDIR_MASK      (~(PGDIR_SIZE-1))
PGDIR_MASK18include/asm-sparc/pgtable.h#define PGDIR_MASK        (~(PGDIR_SIZE-1))