Lines Matching refs:__srmmu_get_nocache
176 static void *__srmmu_get_nocache(int size, int align) in __srmmu_get_nocache() function
211 tmp = __srmmu_get_nocache(size, align); in srmmu_get_nocache()
315 srmmu_swapper_pg_dir = __srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in srmmu_nocache_init()
348 pgd = __srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in get_pgd_fast()
694 pmdp = __srmmu_get_nocache( in srmmu_early_allocate_ptable_skeleton()
703 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
725 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton()
733 ptep = __srmmu_get_nocache(PTE_SIZE, in srmmu_allocate_ptable_skeleton()
811 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in srmmu_inherit_prom_mappings()
820 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_inherit_prom_mappings()
938 …srmmu_context_table = __srmmu_get_nocache(num_contexts * sizeof(ctxd_t), num_contexts * sizeof(ctx… in srmmu_paging_init()