Home
last modified time | relevance | path

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

/linux-6.1.9/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.c610 kvm_s390_get_prefix(vcpu)); in kvm_handle_sie_intercept()
612 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.h97 static inline u32 kvm_s390_get_prefix(struct kvm_vcpu *vcpu) in kvm_s390_get_prefix() function
Dkvm-s390.c3890 prefix = kvm_s390_get_prefix(vcpu); in kvm_gmap_notifier()
4305 kvm_s390_get_prefix(vcpu), in kvm_s390_handle_requests()
4844 kvm_run->s.regs.prefix = kvm_s390_get_prefix(vcpu); in store_regs()
4953 px = kvm_s390_get_prefix(vcpu); in kvm_s390_store_status_unloaded()
Dvsie.c742 else if ((gpa & ~0x1fffUL) == kvm_s390_get_prefix(vcpu)) in pin_blocks()
Dpriv.c179 address = kvm_s390_get_prefix(vcpu); in handle_store_prefix()