Home
last modified time | relevance | path

Searched refs:H_PMD_INDEX_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
A Dhash-4k.h6 #define H_PMD_INDEX_SIZE 7 // size: 8B << 7 = 1KB, maps: 2^7 x 2MB = 256MB macro
37 #define H_PMD_TABLE_SIZE (sizeof(pmd_t) << H_PMD_INDEX_SIZE)
60 #define H_PMD_FRAG_SIZE_SHIFT (H_PMD_INDEX_SIZE + 3)
A Dpgtable-4k.h56 #define H_16M_CACHE_INDEX (PAGE_SHIFT + H_PTE_INDEX_SIZE + H_PMD_INDEX_SIZE - 24)
58 (PAGE_SHIFT + H_PTE_INDEX_SIZE + H_PMD_INDEX_SIZE + H_PUD_INDEX_SIZE - 34)
A Dhash-64k.h6 #define H_PMD_INDEX_SIZE 10 // size: 8B << 10 = 8KB, maps 2^10 x 16MB = 16GB macro
76 #define H_PMD_FRAG_SIZE_SHIFT (H_PMD_INDEX_SIZE + 3 + 1)
78 #define H_PMD_FRAG_SIZE_SHIFT (H_PMD_INDEX_SIZE + 3)
A Dhash.h29 #define H_PGTABLE_EADDR_SIZE (H_PTE_INDEX_SIZE + H_PMD_INDEX_SIZE + \
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c1061 __pmd_index_size = H_PMD_INDEX_SIZE; in hash__early_init_mmu()

Completed in 12 milliseconds