Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dpgtable-ppc64-64k.h8 #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)
Dpgtable-ppc64-4k.h9 #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)
Dpgalloc-64.h94 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)
Dpgtable-ppc64.h19 #define PGTABLE_EADDR_SIZE (PTE_INDEX_SIZE + PMD_INDEX_SIZE + \
/arch/powerpc/mm/
Dinit_64.c142 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()
Dtlb_low_64e.S29 #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