Searched refs:SRMMU_PMD_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgalloc_32.h | 42 return srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in pmd_alloc_one() 43 SRMMU_PMD_TABLE_SIZE); in pmd_alloc_one() 48 srmmu_free_nocache(pmd, SRMMU_PMD_TABLE_SIZE); in free_pmd_fast()
|
D | pgtsrmmu.h | 36 #define SRMMU_PMD_TABLE_SIZE (SRMMU_REAL_PTRS_PER_PMD*4) macro
|
/linux-4.1.27/arch/sparc/mm/ |
D | srmmu.c | 670 SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() 673 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() 700 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 703 memset(pmdp, 0, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 786 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in srmmu_inherit_prom_mappings() 787 SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings() 790 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings()
|