Lines Matching refs:__srmmu_get_nocache
148 static void *__srmmu_get_nocache(int size, int align) in __srmmu_get_nocache() function
183 tmp = __srmmu_get_nocache(size, align); in srmmu_get_nocache()
295 srmmu_swapper_pg_dir = __srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in srmmu_nocache_init()
330 pgd = __srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in get_pgd_fast()
693 pmdp = __srmmu_get_nocache( in srmmu_early_allocate_ptable_skeleton()
702 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
728 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton()
736 ptep = __srmmu_get_nocache(PTE_SIZE, in srmmu_allocate_ptable_skeleton()
818 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in srmmu_inherit_prom_mappings()
832 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_inherit_prom_mappings()
939 …srmmu_context_table = __srmmu_get_nocache(num_contexts * sizeof(ctxd_t), num_contexts * sizeof(ctx… in srmmu_paging_init()