Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
flush.c File Reference
#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.

Functions

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)
 

Function Documentation

void __flush_dcache_page ( struct page page)

Definition at line 82 of file flush.c.

void __sync_icache_dcache ( pte_t  pte,
unsigned long  addr 
)

Definition at line 87 of file flush.c.

void copy_to_user_page ( struct vm_area_struct vma,
struct page page,
unsigned long  uaddr,
void dst,
const void src,
unsigned long  len 
)

Definition at line 68 of file flush.c.

EXPORT_SYMBOL ( flush_dcache_page  )
EXPORT_SYMBOL ( flush_cache_all  )
EXPORT_SYMBOL ( flush_icache_range  )
void flush_cache_mm ( struct mm_struct mm)

Definition at line 30 of file flush.c.

void flush_cache_page ( struct vm_area_struct vma,
unsigned long  user_addr,
unsigned long  pfn 
)

Definition at line 41 of file flush.c.

void flush_cache_range ( struct vm_area_struct vma,
unsigned long  start,
unsigned long  end 
)

Definition at line 34 of file flush.c.

void flush_dcache_page ( struct page page)

Definition at line 109 of file flush.c.