Searched refs:kvm_s390_get_base_disp_s (Results 1 – 3 of 3) sorted by relevance
/arch/s390/kvm/ |
D | priv.c | 97 op2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_clock() 136 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix() 174 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix() 204 ga = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_cpu_address() 493 addr = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_tpi() 757 addr = kvm_s390_get_base_disp_s(vcpu, &ar); in kvm_s390_handle_lpsw() 786 addr = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_lpswe() 810 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_stidp() 892 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_stsi()
|
D | kvm-s390.h | 111 static inline u64 kvm_s390_get_base_disp_s(struct kvm_vcpu *vcpu, u8 *ar) in kvm_s390_get_base_disp_s() function
|
D | vsie.c | 1395 scb_addr = kvm_s390_get_base_disp_s(vcpu, NULL); in kvm_s390_handle_vsie()
|