#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/bootmem.h>
#include <linux/ctype.h>
#include <linux/ioport.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/ebcdic.h>
#include <asm/errno.h>
#include <asm/extmem.h>
#include <asm/cpcmd.h>
#include <asm/setup.h>
Go to the source code of this file.
#define DCSS_FINDSEG 0x0c |
#define DCSS_FINDSEGA 0x0c |
#define DCSS_FINDSEGX 0x2c |
#define DCSS_LOADNOLY 0x10 |
#define DCSS_LOADNSR 0x04 |
#define DCSS_LOADNSRX 0x24 |
#define DCSS_LOADSHR 0x00 |
#define DCSS_LOADSHRX 0x20 |
#define DCSS_PURGESEG 0x08 |
#define DCSS_SEGEXTX 0x38 |
#define KMSG_COMPONENT "extmem" |
int segment_load |
( |
char * |
name, |
|
|
int |
do_nonshared, |
|
|
unsigned long * |
addr, |
|
|
unsigned long * |
end |
|
) |
| |
int segment_modify_shared |
( |
char * |
name, |
|
|
int |
do_nonshared |
|
) |
| |