Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dhash-64k.h175 #define H_PMD_TABLE_SIZE ((sizeof(pmd_t) << PMD_INDEX_SIZE) + \ macro
178 #define H_PMD_TABLE_SIZE (sizeof(pmd_t) << PMD_INDEX_SIZE) macro
Dhash-4k.h33 #define H_PMD_TABLE_SIZE (sizeof(pmd_t) << H_PMD_INDEX_SIZE) macro
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_utils.c1008 __pmd_table_size = H_PMD_TABLE_SIZE; in hash__early_init_mmu()