kernel/arch/s390/kvm/gaccess.h
.. .. @@ -387,7 +387,11 @@ 387 387 int ipte_lock_held(struct kvm_vcpu *vcpu); 388 388 int kvm_s390_check_low_addr_prot_real(struct kvm_vcpu *vcpu, unsigned long gra); 389 389 390 +/* MVPG PEI indication bits */391 +#define PEI_DAT_PROT 2392 +#define PEI_NOT_PTE 4393 +390 394 int kvm_s390_shadow_fault(struct kvm_vcpu *vcpu, struct gmap *shadow, 391 - unsigned long saddr);395 + unsigned long saddr, unsigned long *datptr);392 396 393 397 #endif /* __KVM_S390_GACCESS_H */