Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
memory.c File Reference
#include <linux/mm.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/types.h>
#include <asm/setup.h>
#include <asm/segment.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/traps.h>
#include <asm/io.h>

Go to the source code of this file.

Functions

void cache_clear (unsigned long paddr, int len)
 
void cache_push (unsigned long paddr, int len)
 
void cache_push_v (unsigned long vaddr, int len)
 
unsigned long kernel_map (unsigned long paddr, unsigned long size, int nocacheflag, unsigned long *memavailp)
 

Function Documentation

void cache_clear ( unsigned long  paddr,
int  len 
)

Definition at line 32 of file memory.c.

void cache_push ( unsigned long  paddr,
int  len 
)

Definition at line 37 of file memory.c.

void cache_push_v ( unsigned long  vaddr,
int  len 
)

Definition at line 41 of file memory.c.

unsigned long kernel_map ( unsigned long  paddr,
unsigned long  size,
int  nocacheflag,
unsigned long memavailp 
)

Definition at line 49 of file memory.c.