Home
last modified time | relevance | path

Searched refs:H_PMD_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dhash-64k.h162 #define H_PMD_TABLE_SIZE ((sizeof(pmd_t) << PMD_INDEX_SIZE) + \ macro
165 #define H_PMD_TABLE_SIZE (sizeof(pmd_t) << PMD_INDEX_SIZE) macro
Dhash-4k.h22 #define H_PMD_TABLE_SIZE (sizeof(pmd_t) << H_PMD_INDEX_SIZE) macro
/Linux-v4.19/arch/powerpc/mm/
Dhash_utils_64.c997 __pmd_table_size = H_PMD_TABLE_SIZE; in hash__early_init_mmu()