PGDIR_SHIFT       201 arch/x86/mm/fault.c 	page = ((__typeof__(page) *) __va(page))[address >> PGDIR_SHIFT];
PGDIR_SHIFT        52 include/asm-cris/pgtable.h #define PGDIR_SIZE	(1UL << PGDIR_SHIFT)
PGDIR_SHIFT       231 include/asm-cris/pgtable.h #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
PGDIR_SHIFT       128 include/asm-frv/pgtable.h #define PGDIR_SIZE		(1UL << PGDIR_SHIFT)
PGDIR_SHIFT       151 include/asm-frv/pgtable.h #define USER_PGD_PTRS		(PAGE_OFFSET >> PGDIR_SHIFT)
PGDIR_SHIFT       437 include/asm-frv/pgtable.h #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))
PGDIR_SHIFT        15 include/asm-generic/pgtable-nopud.h #define PUD_SHIFT	PGDIR_SHIFT
PGDIR_SHIFT        52 include/asm-m32r/pgtable.h #define PGDIR_SIZE	(1UL << PGDIR_SHIFT)
PGDIR_SHIFT       319 include/asm-m32r/pgtable.h 	(((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))
PGDIR_SHIFT       193 include/asm-m68k/motorola_pgtable.h #define pgd_index(address)     ((address) >> PGDIR_SHIFT)
PGDIR_SHIFT       207 include/asm-m68k/motorola_pgtable.h 	return kernel_pg_dir + (address >> PGDIR_SHIFT);
PGDIR_SHIFT        46 include/asm-m68k/pgtable.h #define PGDIR_SIZE	(1UL << PGDIR_SHIFT)
PGDIR_SHIFT        96 include/asm-m68k/sun3_pgalloc.h      memset(new_pgd, 0, (PAGE_OFFSET >> PGDIR_SHIFT));
PGDIR_SHIFT       191 include/asm-m68k/sun3_pgtable.h #define pgd_index(address)     ((address) >> PGDIR_SHIFT)
PGDIR_SHIFT        64 include/asm-mn10300/pgtable.h #define PGDIR_SIZE	(1UL << PGDIR_SHIFT)
PGDIR_SHIFT        70 include/asm-mn10300/pgtable.h #define USER_PGD_PTRS		(PAGE_OFFSET >> PGDIR_SHIFT)
PGDIR_SHIFT       412 include/asm-mn10300/pgtable.h #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))
PGDIR_SHIFT        95 include/asm-parisc/pgtable.h #define PGDIR_SIZE	(1UL << PGDIR_SHIFT)
PGDIR_SHIFT       100 include/asm-parisc/pgtable.h #define MAX_ADDRBITS	(PGDIR_SHIFT + BITS_PER_PGD)
PGDIR_SHIFT       372 include/asm-parisc/pgtable.h #define pgd_index(address) ((address) >> PGDIR_SHIFT)
PGDIR_SHIFT       376 include/asm-parisc/pgtable.h ((mm)->pgd + ((address) >> PGDIR_SHIFT))
PGDIR_SHIFT        16 include/asm-um/pgtable-2level.h #define PGDIR_SIZE	(1UL << PGDIR_SHIFT)
PGDIR_SHIFT        19 include/asm-um/pgtable-3level.h #define PGDIR_SIZE	(1UL << PGDIR_SHIFT)
PGDIR_SHIFT       298 include/asm-um/pgtable.h #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
PGDIR_SHIFT       405 include/asm-x86/pgtable.h #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))
PGDIR_SHIFT        49 include/asm-x86/pgtable_32.h #define PGDIR_SIZE	(1UL << PGDIR_SHIFT)
PGDIR_SHIFT       145 include/asm-x86/pgtable_64.h #define PGDIR_SIZE	(_AC(1, UL) << PGDIR_SHIFT)
PGDIR_SHIFT        48 include/asm-xtensa/pgtable.h #define PGDIR_SIZE	(1UL << PGDIR_SHIFT)
PGDIR_SHIFT        61 include/asm-xtensa/pgtable.h #define FIRST_USER_PGD_NR	(FIRST_USER_ADDRESS >> PGDIR_SHIFT)
PGDIR_SHIFT       309 include/asm-xtensa/pgtable.h #define pgd_index(address)	((address) >> PGDIR_SHIFT)
PGDIR_SHIFT       372 include/asm-xtensa/pgtable.h #define _PGD_INDEX(rt,rs)	extui	rt, rs, PGDIR_SHIFT, 32-PGDIR_SHIFT