Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197729
b: refs/heads/master
c: 5a1b419
h: refs/heads/master
i:
  197727: 6a5cbd8
v: v3
  • Loading branch information
Alexander Graf authored and Avi Kivity committed May 17, 2010
1 parent 00ba2bc commit d56d9be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1eda280ccd5fee71a89a94030f96bca5faebe21
refs/heads/master: 5a1b419fc936af9f10766c889d83d80990ecd300
12 changes: 6 additions & 6 deletions trunk/arch/powerpc/include/asm/kvm_book3s.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ struct kvmppc_vcpu_book3s {
#define CONTEXT_GUEST 1
#define CONTEXT_GUEST_END 2

#define VSID_REAL_DR 0x7ffffffffff00000
#define VSID_REAL_IR 0x7fffffffffe00000
#define VSID_SPLIT_MASK 0x7fffffffffe00000
#define VSID_REAL 0x7fffffffffc00000
#define VSID_BAT 0x7fffffffffb00000
#define VSID_PR 0x8000000000000000
#define VSID_REAL_DR 0x7ffffffffff00000ULL
#define VSID_REAL_IR 0x7fffffffffe00000ULL
#define VSID_SPLIT_MASK 0x7fffffffffe00000ULL
#define VSID_REAL 0x7fffffffffc00000ULL
#define VSID_BAT 0x7fffffffffb00000ULL
#define VSID_PR 0x8000000000000000ULL

extern void kvmppc_mmu_pte_flush(struct kvm_vcpu *vcpu, u64 ea, u64 ea_mask);
extern void kvmppc_mmu_pte_vflush(struct kvm_vcpu *vcpu, u64 vp, u64 vp_mask);
Expand Down

0 comments on commit d56d9be

Please sign in to comment.