Searched refs:PMD_INDEX_SIZE (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/include/asm/ |
D | pgtable-ppc64-64k.h | 8 #define PMD_INDEX_SIZE 12 macro 14 #define PMD_TABLE_SIZE (sizeof(pmd_t) << PMD_INDEX_SIZE) 19 #define PTRS_PER_PMD (1 << PMD_INDEX_SIZE) 31 #define PGDIR_SHIFT (PMD_SHIFT + PMD_INDEX_SIZE)
|
D | pgtable-ppc64-4k.h | 9 #define PMD_INDEX_SIZE 7 macro 15 #define PMD_TABLE_SIZE (sizeof(pmd_t) << PMD_INDEX_SIZE) 21 #define PTRS_PER_PMD (1 << PMD_INDEX_SIZE) 22 #define PTRS_PER_PUD (1 << PMD_INDEX_SIZE) 34 #define PUD_SHIFT (PMD_SHIFT + PMD_INDEX_SIZE)
|
D | pgalloc-64.h | 94 return kmem_cache_alloc(PGT_CACHE(PMD_INDEX_SIZE), in pmd_alloc_one() 100 kmem_cache_free(PGT_CACHE(PMD_INDEX_SIZE), pmd); in pmd_free() 134 pgtable_free_tlb(tlb, pmd, PMD_INDEX_SIZE)
|
D | pgtable-ppc64.h | 19 #define PGTABLE_EADDR_SIZE (PTE_INDEX_SIZE + PMD_INDEX_SIZE + \
|
/arch/powerpc/mm/ |
D | init_64.c | 142 pgtable_cache_add(PMD_INDEX_SIZE, pmd_ctor); in pgtable_cache_init() 143 if (!PGT_CACHE(PGD_INDEX_SIZE) || !PGT_CACHE(PMD_INDEX_SIZE)) in pgtable_cache_init()
|
D | tlb_low_64e.S | 29 #define VPTE_PUD_SHIFT (VPTE_PMD_SHIFT + PMD_INDEX_SIZE) 144 rldicl r15,r16,64-PMD_SHIFT+3,64-PMD_INDEX_SIZE-3 563 rldicl r11,r16,64-VPTE_PMD_SHIFT,64-PMD_INDEX_SIZE-3 812 rldicl r11,r16,64-(PMD_SHIFT-3),64-PMD_INDEX_SIZE-3
|