Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dhash-64k.h188 #define H_PMD_TABLE_SIZE ((sizeof(pmd_t) << PMD_INDEX_SIZE) + \ macro
191 #define H_PMD_TABLE_SIZE (sizeof(pmd_t) << PMD_INDEX_SIZE) macro
Dhash-4k.h37 #define H_PMD_TABLE_SIZE (sizeof(pmd_t) << H_PMD_INDEX_SIZE) macro
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c1065 __pmd_table_size = H_PMD_TABLE_SIZE; in hash__early_init_mmu()