|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/debugfs.h>#include <linux/seq_file.h>#include <asm/processor.h>#include <asm/mmu_context.h>#include <asm/tlbflush.h>Go to the source code of this file.
Enumerations | |
| enum | tlb_type { TLB_TYPE_ITLB, TLB_TYPE_UTLB } |
Functions | |
| module_init (tlb_debugfs_init) | |
| MODULE_LICENSE ("GPL v2") | |
| enum tlb_type |
Definition at line 20 of file tlb-debugfs.c.
| module_init | ( | tlb_debugfs_init | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| int bits |
Definition at line 26 of file tlb-debugfs.c.
Definition at line 27 of file tlb-debugfs.c.
1.8.2