Linux Kernel
3.7.1
|
#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) | |
EXPORT_SYMBOL | ( | flush_dcache_page | ) |
EXPORT_SYMBOL | ( | flush_icache_user_range | ) |
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.