Home
last modified time | relevance | path

Searched refs:cache_page (Results 1 – 8 of 8) sorted by relevance

/arch/m68k/include/asm/
Dmotorola_pgalloc.h26 cache_page(pte); in pte_free_kernel()
54 cache_page(kmap(page)); in pte_free()
63 cache_page(kmap(page)); in __pte_free_tlb()
Dmcf_pgtable.h375 static inline void cache_page(void *vaddr) in cache_page() function
Dmotorola_pgtable.h251 static inline void cache_page(void *vaddr) in cache_page() function
/arch/sparc/include/asm/
Dcachetlb_32.h12 void (*cache_page)(struct vm_area_struct *, unsigned long); member
Dcacheflush_32.h15 sparc32_cachetlb_ops->cache_page(vma, addr)
/arch/sparc/mm/
Dsrmmu.c1090 .cache_page = hypersparc_flush_cache_page,
1142 .cache_page = swift_flush_cache_page,
1340 .cache_page = turbosparc_flush_cache_page,
1373 .cache_page = tsunami_flush_cache_page,
1445 .cache_page = viking_flush_cache_page,
1476 .cache_page = viking_flush_cache_page,
1711 xc2((smpfunc_t) local_ops->cache_page, in smp_flush_cache_page()
1713 local_ops->cache_page(vma, page); in smp_flush_cache_page()
1760 .cache_page = smp_flush_cache_page,
1794 smp_cachetlb_ops.cache_page = local_ops->cache_page; in load_mmu()
Dleon_mm.c333 .cache_page = leon_flush_cache_page,
/arch/m68k/mm/
Dmemory.c116 cache_page((void *)page); in free_pointer_table()