taglinefilesource code
PGDIR_MASK145include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_MASK181include/asm-i386/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_MASK64include/asm-m68k/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_MASK82include/asm-sparc/pgtable.h#define PGDIR_MASK     (pgdir_mask)