srmmu_free_nocache   16 arch/sparc/include/asm/pgalloc_32.h void srmmu_free_nocache(void *addr, int size);
srmmu_free_nocache   23 arch/sparc/include/asm/pgalloc_32.h 	srmmu_free_nocache(pgd, SRMMU_PGD_TABLE_SIZE);
srmmu_free_nocache   47 arch/sparc/include/asm/pgalloc_32.h 	srmmu_free_nocache(pmd, SRMMU_PMD_TABLE_SIZE);
srmmu_free_nocache   69 arch/sparc/include/asm/pgalloc_32.h 	srmmu_free_nocache(pte, PTE_SIZE);
srmmu_free_nocache  399 arch/sparc/mm/srmmu.c 	srmmu_free_nocache(__nocache_va(p), PTE_SIZE);