Home
last modified time | relevance | path

Searched refs:kvm_s390_get_prefix (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/arch/s390/kvm/
Dgaccess.h47 return _kvm_s390_real_to_abs(kvm_s390_get_prefix(vcpu), gra); in kvm_s390_real_to_abs()
127 __gpa += kvm_s390_get_prefix(__vcpu); \
152 unsigned long gpa = gra + kvm_s390_get_prefix(vcpu); in write_guest_lc()
178 unsigned long gpa = gra + kvm_s390_get_prefix(vcpu); in read_guest_lc()
Dintercept.c656 kvm_s390_get_prefix(vcpu)); in kvm_handle_sie_intercept()
658 kvm_s390_get_prefix(vcpu) + PAGE_SIZE); in kvm_handle_sie_intercept()
Ddiag.c23 unsigned long prefix = kvm_s390_get_prefix(vcpu); in diag_release_pages()
Dkvm-s390.h98 static inline u32 kvm_s390_get_prefix(struct kvm_vcpu *vcpu) in kvm_s390_get_prefix() function
Dvsie.c748 else if ((gpa & ~0x1fffUL) == kvm_s390_get_prefix(vcpu)) in pin_blocks()
Dkvm-s390.c4063 prefix = kvm_s390_get_prefix(vcpu); in kvm_gmap_notifier()
4473 kvm_s390_get_prefix(vcpu), in kvm_s390_handle_requests()
5012 kvm_run->s.regs.prefix = kvm_s390_get_prefix(vcpu); in store_regs()
5121 px = kvm_s390_get_prefix(vcpu); in kvm_s390_store_status_unloaded()
Dpriv.c178 address = kvm_s390_get_prefix(vcpu); in handle_store_prefix()