Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/asm/
Dpgalloc_32.h15 void srmmu_free_nocache(void *addr, int size);
24 srmmu_free_nocache(pgd, SRMMU_PGD_TABLE_SIZE); in free_pgd_fast()
48 srmmu_free_nocache(pmd, SRMMU_PMD_TABLE_SIZE); in free_pmd_fast()
71 srmmu_free_nocache(pte, PTE_SIZE); in free_pte_fast()
/linux-4.1.27/arch/sparc/mm/
Dsrmmu.c194 void srmmu_free_nocache(void *addr, int size) in srmmu_free_nocache() function
368 srmmu_free_nocache(__nocache_va(p), PTE_SIZE); in pte_free()