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

Go to the source code of this file.

Functions

void flush_icache_range (unsigned long address, unsigned long endaddr)
 
 EXPORT_SYMBOL (flush_icache_range)
 
void flush_icache_user_range (struct vm_area_struct *vma, struct page *page, unsigned long addr, int len)
 

Function Documentation

EXPORT_SYMBOL ( flush_icache_range  )
void flush_icache_range ( unsigned long  address,
unsigned long  endaddr 
)

Definition at line 75 of file cache.c.

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

Definition at line 108 of file cache.c.