Searched refs:SRMMU_PMD_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/sparc/mm/ |
D | srmmu.c | 472 return (pmd_t *)srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_pmd_alloc_one() 477 srmmu_free_nocache((unsigned long)pmd, SRMMU_PMD_TABLE_SIZE); in srmmu_pmd_free() 1070 SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() 1073 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() 1100 pmdp = (pmd_t *)__srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 1103 memset(pmdp, 0, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 1166 pmdp = (pmd_t *)__srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings() 1169 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings()
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | pgtsrmmu.h | 36 #define SRMMU_PMD_TABLE_SIZE (SRMMU_REAL_PTRS_PER_PMD*4) macro
|