Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/mm/
Dsrmmu.c449 return (pmd_t *)srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_pmd_alloc_one_fast()
454 srmmu_free_nocache((unsigned long)pmd, SRMMU_PMD_TABLE_SIZE); in srmmu_free_pmd_fast()
972 pmdp = (pmd_t *)__srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton()
975 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton()
999 pmdp = (pmd_t *)__srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton()
1002 memset(pmdp, 0, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton()
1061 pmdp = (pmd_t *)__srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings()
1064 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings()
/linux-2.4.37.9/include/asm-sparc/
Dpgtsrmmu.h32 #define SRMMU_PMD_TABLE_SIZE 0x100 /* 64 entries, 4 bytes a piece */ macro