Searched refs:PGD_TABLE_ORDER (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h23 pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER);
27 memset(pgd, 0, PAGE_SIZE << PGD_TABLE_ORDER);
34 free_pages((unsigned long)pgd, PGD_TABLE_ORDER);
H A Dpgtable.h97 #define PGD_TABLE_ORDER 0 macro
99 #define PGD_TABLE_ORDER 1 macro
123 #if (PGDIR_SHIFT + PAGE_SHIFT + PGD_TABLE_ORDER - BITS_PER_PGD_ENTRY) > BITS_PER_LONG
126 #define BITS_PER_PGD (PAGE_SHIFT + PGD_TABLE_ORDER - BITS_PER_PGD_ENTRY)
/linux-master/arch/mips/mm/
H A Dpgtable.c15 PGD_TABLE_ORDER);
H A Dtlbex.c783 uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3);
1076 PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3);
1442 pgd_w = PGDIR_SHIFT - PMD_SHIFT + PGD_TABLE_ORDER;
1447 pgd_w = PGDIR_SHIFT - PAGE_SHIFT + PGD_TABLE_ORDER;
1486 PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3);
2545 check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3);
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h88 # define PGD_TABLE_ORDER 0 macro
91 # define PGD_TABLE_ORDER 1 macro
97 #define PGD_TABLE_ORDER 0 macro
103 #define PGD_TABLE_ORDER 1 macro
105 #define PGD_TABLE_ORDER 0 macro
111 #define PGD_TABLE_ORDER 0 macro
116 #define PGD_TABLE_ORDER 0 macro
125 #define PTRS_PER_PGD ((PAGE_SIZE << PGD_TABLE_ORDER) / sizeof(pgd_t))
H A Dpgtable-32.h83 #define PGD_TABLE_ORDER (__PGD_TABLE_ORDER >= 0 ? __PGD_TABLE_ORDER : 0) macro
/linux-master/arch/mips/kvm/
H A Dmmu.c83 ret = (pgd_t *)__get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER);

Completed in 182 milliseconds