Home
last modified time | relevance | path

Searched refs:kvm_s390_logical_to_effective (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/kvm/
H A Dgaccess.h86 static inline unsigned long kvm_s390_logical_to_effective(struct kvm_vcpu *vcpu, in kvm_s390_logical_to_effective() function
H A Dgaccess.c796 ga = kvm_s390_logical_to_effective(vcpu, ga); in guest_range_to_gpas()
914 ga = kvm_s390_logical_to_effective(vcpu, ga); in access_guest_with_key()
958 ga = kvm_s390_logical_to_effective(vcpu, ga + fragment_len); in access_guest_with_key()
1128 gva = kvm_s390_logical_to_effective(vcpu, gva); in guest_translate_address_with_key()
H A Dguestdbg.c489 *addr = kvm_s390_logical_to_effective(vcpu, *addr); in per_fetched_addr()