Searched refs:srmmu_get_nocache (Results 1 – 2 of 2) sorted by relevance
15 void *srmmu_get_nocache(int size, int align);41 return srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in pmd_alloc_one()62 return srmmu_get_nocache(SRMMU_PTE_TABLE_SIZE, in pte_alloc_one_kernel()
179 void *srmmu_get_nocache(int size, int align) in srmmu_get_nocache() function