Searched refs:PMD_INDEX_SIZE (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/include/asm/ |
D | pgtable-ppc64-64k.h | 8 #define PMD_INDEX_SIZE 10 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) 34 #define PUD_SHIFT (PMD_SHIFT + PMD_INDEX_SIZE)
|
D | pgtable-ppc64.h | 20 #define PGTABLE_EADDR_SIZE (PTE_INDEX_SIZE + PMD_INDEX_SIZE + \ 25 #define PMD_CACHE_INDEX (PMD_INDEX_SIZE + 1) 27 #define PMD_CACHE_INDEX PMD_INDEX_SIZE
|
/arch/powerpc/mm/ |
D | tlb_low_64e.S | 31 #define VPTE_PUD_SHIFT (VPTE_PMD_SHIFT + PMD_INDEX_SIZE) 164 rldicl r15,r16,64-PMD_SHIFT+3,64-PMD_INDEX_SIZE-3 404 rldicl r15,r16,64-PMD_SHIFT+3,64-PMD_INDEX_SIZE-3 808 rldicl r11,r16,64-VPTE_PMD_SHIFT,64-PMD_INDEX_SIZE-3 1057 rldicl r11,r16,64-(PMD_SHIFT-3),64-PMD_INDEX_SIZE-3
|