Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/asm/
Dpgalloc_32.h14 void *srmmu_get_nocache(int size, int align);
42 return srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in pmd_alloc_one()
65 return srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in pte_alloc_one_kernel()
/linux-4.1.27/arch/sparc/mm/
Dsrmmu.c182 void *srmmu_get_nocache(int size, int align) in srmmu_get_nocache() function