#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/pagemap.h>
#include <linux/cleancache.h>
#include <xen/xen.h>
#include <xen/interface/xen.h>
#include <asm/xen/hypercall.h>
#include <asm/xen/page.h>
#include <asm/xen/hypervisor.h>
#include <xen/tmem.h>
Go to the source code of this file.
#define TMEM_DESTROY_POOL 2 |
#define TMEM_FLUSH_OBJECT 7 |
#define TMEM_FLUSH_PAGE 6 |
#define TMEM_POOL_PAGESIZE_SHIFT 4 |
#define TMEM_POOL_PERSIST 1 |
#define TMEM_POOL_PERSIST 1 |
#define TMEM_POOL_PRIVATE_UUID { 0, 0 } |
#define TMEM_POOL_SHARED 2 |
#define TMEM_POOL_SHARED 2 |
#define TMEM_VERSION_SHIFT 24 |
__setup |
( |
"tmem" |
, |
|
|
enable_tmem |
|
|
) |
| |