|
Linux Kernel
3.7.1
|
Go to the source code of this file.
| #define RESUME_FLAG_NV (1<<0) /* Reload guest nonvolatile state? */ |
| #define RESUME_GUEST_NV RESUME_FLAG_NV |
| #define RESUME_HOST RESUME_FLAG_HOST |
| #define RESUME_HOST_NV (RESUME_FLAG_HOST|RESUME_FLAG_NV) |
| #define VCPU_SIZE_BYTES (1<<VCPU_SIZE_LOG) |
| #define VCPU_SIZE_LOG (VCPU_SIZE_ORDER + 12) |
| #define VCPU_TLB_PGSZ PPC44x_TLB_64K |
1.8.2