Home
last modified time | relevance | path

Searched refs:_flush_cache_page (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dcacheflush.h38 extern void (*_flush_cache_page)(struct vm_area_struct *vma,
53 #define flush_cache_page(vma,page) _flush_cache_page(vma, page)
/linux-2.4.37.9/include/asm-mips64/
Dcacheflush.h38 extern void (*_flush_cache_page)(struct vm_area_struct *vma,
53 #define flush_cache_page(vma,page) _flush_cache_page(vma, page)
/linux-2.4.37.9/arch/mips/mm/
Dloadmmu.c31 void (*_flush_cache_page)(struct vm_area_struct *vma, unsigned long page); variable
Dc-tx39.c429 _flush_cache_page = (void *) tx39h_flush_icache_all; in ld_mmu_tx39()
454 _flush_cache_page = tx39_flush_cache_page; in ld_mmu_tx39()
Dc-r3k.c332 _flush_cache_page = r3k_flush_cache_page; in ld_mmu_r23000()
Dc-sb1.c595 _flush_cache_page = sb1_flush_cache_page; in ld_mmu_sb1()
Dc-r4k.c1096 _flush_cache_page = r4k_flush_cache_page; in ld_mmu_r4xx0()
/linux-2.4.37.9/arch/mips64/mm/
Dloadmmu.c31 void (*_flush_cache_page)(struct vm_area_struct *vma, unsigned long page); variable
Dc-sb1.c597 _flush_cache_page = sb1_flush_cache_page; in ld_mmu_sb1()
Dc-r4k.c1097 _flush_cache_page = r4k_flush_cache_page; in ld_mmu_r4xx0()