Searched refs:srmmu_get_nocache (Results 1 – 2 of 2) sorted by relevance
15 void *srmmu_get_nocache(int size, int align);43 return srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in pmd_alloc_one()66 return srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in pte_alloc_one_kernel()
207 void *srmmu_get_nocache(int size, int align) in srmmu_get_nocache() function