Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cache-page.c File Reference
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/module.h>
#include <asm/pgalloc.h>

Go to the source code of this file.

Functions

void flush_dcache_page (struct page *page)
 
 EXPORT_SYMBOL (flush_dcache_page)
 
void flush_icache_user_range (struct vm_area_struct *vma, struct page *page, unsigned long start, unsigned long len)
 
 EXPORT_SYMBOL (flush_icache_user_range)
 

Function Documentation

EXPORT_SYMBOL ( flush_dcache_page  )
EXPORT_SYMBOL ( flush_icache_user_range  )
void flush_dcache_page ( struct page page)

Definition at line 22 of file cache-page.c.

void flush_icache_user_range ( struct vm_area_struct vma,
struct page page,
unsigned long  start,
unsigned long  len 
)

Definition at line 49 of file cache-page.c.