taglinefilesource code
PGDIR_MASK88include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_MASK174include/asm-i386/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_MASK72include/asm-mips/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_MASK86include/asm-ppc/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_MASK69include/asm-sparc/pgtable.h#define PGDIR_MASK     (pgdir_mask)