|
Linux Kernel
3.7.1
|
#include <asm/asmmacro.h>#include <asm/types.h>#include <asm/kregs.h>#include <asm/kvm_host.h>#include "asm-offsets.h"Go to the source code of this file.
Macros | |
| #define | KVM_MINSTATE_START_SAVE_MIN |
| #define | KVM_MINSTATE_END_SAVE_MIN |
| #define | PAL_VSA_SYNC_READ |
| #define | KVM_MINSTATE_GET_CURRENT(reg) mov reg=r21 |
| #define | PT(f) (VMM_PT_REGS_##f##_OFFSET) |
| #define | KVM_DO_SAVE_MIN(COVER, SAVE_IFS, EXTRA) |
| #define | KVM_SAVE_REST |
| #define | KVM_SAVE_EXTRA |
| #define | KVM_SAVE_MIN_WITH_COVER KVM_DO_SAVE_MIN(cover, mov r30 = cr.ifs,) |
| #define | KVM_SAVE_MIN_WITH_COVER_R19 KVM_DO_SAVE_MIN(cover, mov r30 = cr.ifs, mov r15 = r19) |
| #define | KVM_SAVE_MIN KVM_DO_SAVE_MIN( , mov r30 = r0, ) |
Definition at line 100 of file kvm_minstate.h.
| #define KVM_MINSTATE_END_SAVE_MIN |
Definition at line 48 of file kvm_minstate.h.
Definition at line 69 of file kvm_minstate.h.
| #define KVM_MINSTATE_START_SAVE_MIN |
Definition at line 31 of file kvm_minstate.h.
| #define KVM_SAVE_EXTRA |
| #define KVM_SAVE_MIN KVM_DO_SAVE_MIN( , mov r30 = r0, ) |
Definition at line 266 of file kvm_minstate.h.
| #define KVM_SAVE_MIN_WITH_COVER KVM_DO_SAVE_MIN(cover, mov r30 = cr.ifs,) |
Definition at line 264 of file kvm_minstate.h.
Definition at line 265 of file kvm_minstate.h.
| #define KVM_SAVE_REST |
Definition at line 207 of file kvm_minstate.h.
| #define PAL_VSA_SYNC_READ |
Definition at line 53 of file kvm_minstate.h.
Definition at line 98 of file kvm_minstate.h.
1.8.2