Home
last modified time | relevance | path

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

/linux-6.6.21/arch/sparc/include/asm/
Dpgalloc_32.h15 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()
/linux-6.6.21/arch/sparc/mm/
Dsrmmu.c179 void *srmmu_get_nocache(int size, int align) in srmmu_get_nocache() function