Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/kvm/
Dgaccess.h30 unsigned long prefix = kvm_s390_get_prefix(vcpu); in kvm_s390_real_to_abs()
99 __gpa += kvm_s390_get_prefix(__vcpu); \
124 unsigned long gpa = gra + kvm_s390_get_prefix(vcpu); in write_guest_lc()
150 unsigned long gpa = gra + kvm_s390_get_prefix(vcpu); in read_guest_lc()
Ddiag.c24 unsigned long prefix = kvm_s390_get_prefix(vcpu); in diag_release_pages()
Dkvm-s390.h85 static inline u32 kvm_s390_get_prefix(struct kvm_vcpu *vcpu) in kvm_s390_get_prefix() function
Dkvm-s390.c3164 prefix = kvm_s390_get_prefix(vcpu); in kvm_gmap_notifier()
3507 kvm_s390_get_prefix(vcpu), in kvm_s390_handle_requests()
3962 kvm_run->s.regs.prefix = kvm_s390_get_prefix(vcpu); in store_regs()
4072 px = kvm_s390_get_prefix(vcpu); in kvm_s390_store_status_unloaded()
Dvsie.c733 else if ((gpa & ~0x1fffUL) == kvm_s390_get_prefix(vcpu)) in pin_blocks()
Dpriv.c168 address = kvm_s390_get_prefix(vcpu); in handle_store_prefix()