PGDIR_SIZE         50 arch/x86/kernel/machine_kexec_64.c 	end_addr = addr + PGDIR_SIZE;
PGDIR_SIZE         83 arch/x86/kernel/machine_kexec_64.c 	end_addr = addr + (PTRS_PER_PGD * PGDIR_SIZE);
PGDIR_SIZE         99 arch/x86/kernel/machine_kexec_64.c 		addr += PGDIR_SIZE;
PGDIR_SIZE        104 arch/x86/kernel/machine_kexec_64.c 		addr += PGDIR_SIZE;
PGDIR_SIZE        934 arch/x86/mm/fault.c 	     address += PGDIR_SIZE) {
PGDIR_SIZE        608 arch/x86/mm/init_64.c 		next = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE         92 arch/x86/power/hibernate_64.c 		next = start + PGDIR_SIZE;
PGDIR_SIZE        121 arch/x86/xen/mmu.c #define USER_LIMIT	((STACK_TOP_MAX + PGDIR_SIZE - 1) & PGDIR_MASK)
PGDIR_SIZE         53 include/asm-cris/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_SIZE         69 include/asm-cris/pgtable.h #define USER_PTRS_PER_PGD       (TASK_SIZE/PGDIR_SIZE)
PGDIR_SIZE        129 include/asm-frv/pgtable.h #define PGDIR_MASK		(~(PGDIR_SIZE - 1))
PGDIR_SIZE        148 include/asm-frv/pgtable.h #define USER_PGDS_IN_LAST_PML4	(TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE          7 include/asm-generic/4level-fixup.h #define PUD_SIZE			PGDIR_SIZE
PGDIR_SIZE        139 include/asm-generic/pgtable.h ({	unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK;	\
PGDIR_SIZE         53 include/asm-m32r/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE - 1))
PGDIR_SIZE         55 include/asm-m32r/pgtable.h #define USER_PTRS_PER_PGD	(TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE         47 include/asm-m68k/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_SIZE         62 include/asm-m68k/pgtable.h #define USER_PTRS_PER_PGD	(TASK_SIZE/PGDIR_SIZE)
PGDIR_SIZE         65 include/asm-mn10300/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE - 1))
PGDIR_SIZE         67 include/asm-mn10300/pgtable.h #define USER_PTRS_PER_PGD	(TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE         96 include/asm-parisc/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_SIZE         17 include/asm-um/pgtable-2level.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_SIZE         24 include/asm-um/pgtable-2level.h #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE)
PGDIR_SIZE         20 include/asm-um/pgtable-3level.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_SIZE         43 include/asm-um/pgtable-3level.h #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE)
PGDIR_SIZE         50 include/asm-x86/pgtable_32.h #define PGDIR_MASK	(~(PGDIR_SIZE - 1))
PGDIR_SIZE        146 include/asm-x86/pgtable_64.h #define PGDIR_MASK	(~(PGDIR_SIZE - 1))
PGDIR_SIZE         49 include/asm-xtensa/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_SIZE         59 include/asm-xtensa/pgtable.h #define USER_PTRS_PER_PGD	(TASK_SIZE/PGDIR_SIZE)