#include <linux/kvm_host.h>
#include <linux/smp.h>
#include <asm/sn/addrs.h>
#include <asm/sn/clksupport.h>
#include <asm/sn/shub_mmr.h>
#include "vti.h"
#include "misc.h"
#include <asm/pal.h>
#include <asm/sal.h>
#include <asm/tlb.h>
Go to the source code of this file.
#define GUEST_IMPL_VA_MSB 59 |
#define GUEST_RID_BITS 18 |
#define INIT_PAL_STATUS_SUCCESS |
( |
|
x | ) |
|
Value:{ \
x.v0 = 0; \
x.v1 = 0; \
x.v2 = 0; \
}
Definition at line 47 of file kvm_fw.c.
#define INIT_PAL_STATUS_UNIMPLEMENTED |
( |
|
x | ) |
|
Value:{ \
x.v0 = 0; \
x.v1 = 0; \
x.v2 = 0; \
}
Definition at line 39 of file kvm_fw.c.