Home
last modified time | relevance | path

Searched refs:SRMMU_PMD_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dpgalloc_32.h41 return srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in pmd_alloc_one()
42 SRMMU_PMD_TABLE_SIZE); in pmd_alloc_one()
47 srmmu_free_nocache(pmd, SRMMU_PMD_TABLE_SIZE); in free_pmd_fast()
H A Dpgtsrmmu.h21 #define SRMMU_PMD_TABLE_SIZE (PTRS_PER_PMD*4) macro
/linux/arch/sparc/mm/
H A Dsrmmu.c687 SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton()
690 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton()
721 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton()
724 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()