#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/miscdevice.h>
#include <linux/spinlock.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/vmalloc.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/numa.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <linux/atomic.h>
#include <asm/tlbflush.h>
#include <asm/uncached.h>
#include <asm/sn/addrs.h>
#include <asm/sn/arch.h>
#include <asm/sn/mspec.h>
#include <asm/sn/sn_cpuid.h>
#include <asm/sn/io.h>
#include <asm/sn/bte.h>
#include <asm/sn/shubio.h>
Go to the source code of this file.
#define CACHED_ID "Cached," |
#define FETCHOP_ID "SGI Fetchop," |
#define MSPEC_BASENAME "mspec" |
#define SH2_AMO_CACHE_ENTRIES 4 |
#define UNCACHED_ID "Uncached" |
#define VMD_VMALLOCED 0x1 /* vmalloc'd rather than kmalloc'd */ |
- Enumerator:
MSPEC_FETCHOP |
|
MSPEC_CACHED |
|
MSPEC_UNCACHED |
|
Definition at line 69 of file mspec.c.
MODULE_AUTHOR |
( |
"Silicon |
Graphics, |
|
|
Inc.< linux-altix @sgi.com >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"Driver for SGI SN special memory operations" |
| ) |
|
module_exit |
( |
mspec_exit |
| ) |
|
module_init |
( |
mspec_init |
| ) |
|