Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tlbmisc.h
Go to the documentation of this file.
1 #ifndef __ASM_TLBMISC_H
2 #define __ASM_TLBMISC_H
3 
4 /*
5  * - add_wired_entry() add a fixed TLB entry, and move wired register
6  */
7 extern void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1,
8  unsigned long entryhi, unsigned long pagemask);
9 
10 #endif /* __ASM_TLBMISC_H */