Searched refs:kvm_s390_logical_to_effective (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/s390/kvm/ |
D | priv.c | 277 gaddr = kvm_s390_logical_to_effective(vcpu, gaddr); in handle_iske() 324 gaddr = kvm_s390_logical_to_effective(vcpu, gaddr); in handle_rrbe() 383 start = kvm_s390_logical_to_effective(vcpu, start); in handle_sske() 434 end = kvm_s390_logical_to_effective(vcpu, end); in handle_sske() 463 addr = kvm_s390_logical_to_effective(vcpu, addr); in handle_test_block() 1075 start = kvm_s390_logical_to_effective(vcpu, start); in handle_pfmf() 1145 end = kvm_s390_logical_to_effective(vcpu, end); in handle_pfmf()
|
D | gaccess.h | 86 static inline unsigned long kvm_s390_logical_to_effective(struct kvm_vcpu *vcpu, in kvm_s390_logical_to_effective() function
|
D | gaccess.c | 967 ga = kvm_s390_logical_to_effective(vcpu, ga); in guest_range_to_gpas() 1083 ga = kvm_s390_logical_to_effective(vcpu, ga); in access_guest_with_key() 1127 ga = kvm_s390_logical_to_effective(vcpu, ga + fragment_len); in access_guest_with_key() 1186 gva = kvm_s390_logical_to_effective(vcpu, gva); in guest_translate_address_with_key()
|
D | guestdbg.c | 489 *addr = kvm_s390_logical_to_effective(vcpu, *addr); in per_fetched_addr()
|