Home
last modified time | relevance | path

Searched refs:__pmd_table_size (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/powerpc/mm/
Dpgtable_64.c70 unsigned long __pmd_table_size; variable
71 EXPORT_SYMBOL(__pmd_table_size);
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h186 extern unsigned long __pmd_table_size;
190 #define PMD_TABLE_SIZE __pmd_table_size
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dradix_pgtable.c551 __pmd_table_size = RADIX_PMD_TABLE_SIZE; in radix__early_init_mmu()
Dhash_utils.c1226 __pmd_table_size = H_PMD_TABLE_SIZE; in hash__early_init_mmu()