Home
last modified time | relevance | path

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

/linux/arch/sparc/mm/
H A Dsrmmu.c1098 .cache_page = hypersparc_flush_cache_page,
1150 .cache_page = swift_flush_cache_page,
1348 .cache_page = turbosparc_flush_cache_page,
1381 .cache_page = tsunami_flush_cache_page,
1453 .cache_page = viking_flush_cache_page,
1484 .cache_page = viking_flush_cache_page,
1709 xc2(local_ops->cache_page, (unsigned long)vma, page); in smp_flush_cache_page()
1710 local_ops->cache_page(vma, page); in smp_flush_cache_page()
1749 .cache_page = smp_flush_cache_page,
1783 smp_cachetlb_ops.cache_page = local_ops->cache_page; in load_mmu()
H A Dleon_mm.c328 .cache_page = leon_flush_cache_page,
/linux/arch/sparc/include/asm/
H A Dcachetlb_32.h13 void (*cache_page)(struct vm_area_struct *, unsigned long); member
H A Dcacheflush_32.h17 sparc32_cachetlb_ops->cache_page(vma, addr)
/linux/fs/affs/
H A Dinode.c262 unsigned long cache_page; in affs_evict_inode() local
275 cache_page = (unsigned long)AFFS_I(inode)->i_lc; in affs_evict_inode()
276 if (cache_page) { in affs_evict_inode()
280 free_page(cache_page); in affs_evict_inode()
/linux/arch/m68k/mm/
H A Dmotorola.c62 static inline void cache_page(void *vaddr) in cache_page() function
91 cache_page(page); in mmu_page_dtor()