Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dpriv.c278 gaddr = kvm_s390_logical_to_effective(vcpu, gaddr); in handle_iske()
325 gaddr = kvm_s390_logical_to_effective(vcpu, gaddr); in handle_rrbe()
384 start = kvm_s390_logical_to_effective(vcpu, start); in handle_sske()
435 end = kvm_s390_logical_to_effective(vcpu, end); in handle_sske()
464 addr = kvm_s390_logical_to_effective(vcpu, addr); in handle_test_block()
1061 start = kvm_s390_logical_to_effective(vcpu, start); in handle_pfmf()
1131 end = kvm_s390_logical_to_effective(vcpu, end); in handle_pfmf()
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.c807 ga = kvm_s390_logical_to_effective(vcpu, ga); in guest_page_range()
843 ga = kvm_s390_logical_to_effective(vcpu, ga); in access_guest()
912 gva = kvm_s390_logical_to_effective(vcpu, gva); in guest_translate_address()
H A Dguestdbg.c489 *addr = kvm_s390_logical_to_effective(vcpu, *addr); in per_fetched_addr()