PGD_ORDER 47 arch/csky/include/asm/pgalloc.h free_pages((unsigned long)pgd, PGD_ORDER); PGD_ORDER 55 arch/csky/include/asm/pgalloc.h ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); PGD_ORDER 30 arch/csky/include/asm/pgtable.h #define PTRS_PER_PGD ((PAGE_SIZE << PGD_ORDER) / sizeof(pgd_t)) PGD_ORDER 52 arch/mips/include/asm/pgalloc.h free_pages((unsigned long)pgd, PGD_ORDER); PGD_ORDER 131 arch/mips/include/asm/pgtable-64.h #define PTRS_PER_PGD ((PAGE_SIZE << PGD_ORDER) / sizeof(pgd_t)) PGD_ORDER 201 arch/mips/kernel/asm-offsets.c DEFINE(_PGD_ORDER, PGD_ORDER); PGD_ORDER 115 arch/mips/kvm/mmu.c ret = (pgd_t *)__get_free_pages(GFP_KERNEL, PGD_ORDER); PGD_ORDER 15 arch/mips/mm/pgtable.c ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); PGD_ORDER 824 arch/mips/mm/tlbex.c uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); PGD_ORDER 1133 arch/mips/mm/tlbex.c PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); PGD_ORDER 1497 arch/mips/mm/tlbex.c pgd_w = PGDIR_SHIFT - PMD_SHIFT + PGD_ORDER; PGD_ORDER 1502 arch/mips/mm/tlbex.c pgd_w = PGDIR_SHIFT - PAGE_SHIFT + PGD_ORDER; PGD_ORDER 1540 arch/mips/mm/tlbex.c uasm_i_dsrl_safe(&p, K1, K0, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); PGD_ORDER 2617 arch/mips/mm/tlbex.c check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); PGD_ORDER 39 arch/nios2/include/asm/pgalloc.h free_pages((unsigned long)pgd, PGD_ORDER); PGD_ORDER 77 arch/nios2/include/asm/pgtable.h #define PTRS_PER_PGD ((PAGE_SIZE << PGD_ORDER) / sizeof(pgd_t)) PGD_ORDER 86 arch/nios2/mm/init.c pgd_t swapper_pg_dir[PTRS_PER_PGD] __page_aligned(PGD_ORDER); PGD_ORDER 58 arch/nios2/mm/pgtable.c ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); PGD_ORDER 123 arch/parisc/include/asm/pgtable.h #define PGD_ALLOC_ORDER (PGD_ORDER + 1) PGD_ORDER 148 arch/parisc/include/asm/pgtable.h #if (PGDIR_SHIFT + PAGE_SHIFT + PGD_ORDER - BITS_PER_PGD_ENTRY) > BITS_PER_LONG PGD_ORDER 151 arch/parisc/include/asm/pgtable.h #define BITS_PER_PGD (PAGE_SHIFT + PGD_ORDER - BITS_PER_PGD_ENTRY) PGD_ORDER 271 arch/parisc/kernel/asm-offsets.c DEFINE(ASM_PGD_PMD_OFFSET, -(PAGE_SIZE << PGD_ORDER)); PGD_ORDER 28 arch/xtensa/include/asm/pgalloc.h return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER);