Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/
Dpgtable_64.c70 unsigned long __pmd_table_size; variable
71 EXPORT_SYMBOL(__pmd_table_size);
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h168 extern unsigned long __pmd_table_size;
172 #define PMD_TABLE_SIZE __pmd_table_size
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dradix_pgtable.c627 __pmd_table_size = RADIX_PMD_TABLE_SIZE; in radix__early_init_mmu()
Dhash_utils.c1233 __pmd_table_size = H_PMD_TABLE_SIZE; in hash__early_init_mmu()