Home
last modified time | relevance | path

Searched refs:PGD_INDEX_SIZE (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/include/asm/
Dpgtable-ppc64-64k.h10 #define PGD_INDEX_SIZE 12 macro
15 #define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
20 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
Dpgtable-ppc64-4k.h11 #define PGD_INDEX_SIZE 9 macro
17 #define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
23 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
Dpgalloc-64.h46 return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), GFP_KERNEL); in pgd_alloc()
51 kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd); in pgd_free()
Dpgtable-ppc64.h21 PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
/arch/powerpc/mm/
Dinit_64.c143 pgtable_cache_add(PGD_INDEX_SIZE, pgd_ctor); in pgtable_cache_init()
145 if (!PGT_CACHE(PGD_INDEX_SIZE) || !PGT_CACHE(PMD_CACHE_INDEX)) in pgtable_cache_init()
Dtlb_low_64e.S33 #define VPTE_INDEX_SIZE (VPTE_PGD_SHIFT + PGD_INDEX_SIZE)
153 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3
409 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3
853 rldicl r11,r16,64-VPTE_PGD_SHIFT,64-PGD_INDEX_SIZE-3
1102 rldicl r11,r16,64-(PGDIR_SHIFT-3),64-PGD_INDEX_SIZE-3