Linux Kernel
3.7.1
|
#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 |
#define minicache_pgprot |
Definition at line 26 of file copypage-v4mc.c.
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.
struct cpu_user_fns v4_mc_user_fns __initdata |
Definition at line 112 of file copypage-v4mc.c.