#include <linux/export.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <asm/cacheflush.h>
#include <asm/cachetype.h>
#include <asm/tlbflush.h>
#include "mm.h"
Go to the source code of this file.
|
void | flush_cache_mm (struct mm_struct *mm) |
|
void | flush_cache_range (struct vm_area_struct *vma, unsigned long start, unsigned long end) |
|
void | flush_cache_page (struct vm_area_struct *vma, unsigned long user_addr, unsigned long pfn) |
|
void | copy_to_user_page (struct vm_area_struct *vma, struct page *page, unsigned long uaddr, void *dst, const void *src, unsigned long len) |
|
void | __flush_dcache_page (struct page *page) |
|
void | __sync_icache_dcache (pte_t pte, unsigned long addr) |
|
void | flush_dcache_page (struct page *page) |
|
| EXPORT_SYMBOL (flush_dcache_page) |
|
| EXPORT_SYMBOL (flush_cache_all) |
|
| EXPORT_SYMBOL (flush_icache_range) |
|