Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
copypage-v4mc.c File Reference
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include <asm/cacheflush.h>
#include "mm.h"

Go to the source code of this file.

Macros

#define minicache_pgprot
 

Functions

void v4_mc_copy_user_highpage (struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma)
 
void v4_mc_clear_user_highpage (struct page *page, unsigned long vaddr)
 

Variables

struct cpu_user_fns v4_mc_user_fns __initdata
 

Macro Definition Documentation

#define minicache_pgprot
Value:

Definition at line 26 of file copypage-v4mc.c.

Function Documentation

void v4_mc_clear_user_highpage ( struct page page,
unsigned long  vaddr 
)

Definition at line 89 of file copypage-v4mc.c.

void v4_mc_copy_user_highpage ( struct page to,
struct page from,
unsigned long  vaddr,
struct vm_area_struct vma 
)

Definition at line 67 of file copypage-v4mc.c.

Variable Documentation

struct cpu_user_fns v4_mc_user_fns __initdata
Initial value:
= {
.cpu_clear_user_highpage = v4_mc_clear_user_highpage,
.cpu_copy_user_highpage = v4_mc_copy_user_highpage,
}

Definition at line 112 of file copypage-v4mc.c.