Searched refs:SRMMU_PMD_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgalloc_32.h | 43 return srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in pmd_alloc_one() 44 SRMMU_PMD_TABLE_SIZE); in pmd_alloc_one() 49 srmmu_free_nocache(pmd, SRMMU_PMD_TABLE_SIZE); in free_pmd_fast()
|
D | pgtsrmmu.h | 37 #define SRMMU_PMD_TABLE_SIZE (SRMMU_REAL_PTRS_PER_PMD*4) macro
|
/Linux-v4.19/arch/sparc/mm/ |
D | srmmu.c | 695 SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() 698 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() 725 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 728 memset(pmdp, 0, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 811 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in srmmu_inherit_prom_mappings() 812 SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings() 815 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings()
|