Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/mm/
Dsrmmu.c301 static unsigned long __srmmu_get_nocache(int size, int align) in __srmmu_get_nocache() function
332 tmp = __srmmu_get_nocache(size, align); in srmmu_get_nocache()
421 srmmu_swapper_pg_dir = (pgd_t *)__srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in srmmu_nocache_init()
454 pgd = (pgd_t *)__srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in srmmu_get_pgd_fast()
1069 pmdp = (pmd_t *) __srmmu_get_nocache( in srmmu_early_allocate_ptable_skeleton()
1078 ptep = (pte_t *)__srmmu_get_nocache(PTE_SIZE, PTE_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()
1108 ptep = (pte_t *) __srmmu_get_nocache(PTE_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()
1174 ptep = (pte_t *) __srmmu_get_nocache(PTE_SIZE, in srmmu_inherit_prom_mappings()
[all …]