Searched refs:kvm_s390_pv_cpu_get_handle (Results 1 – 4 of 4) sorted by relevance
56 if (!kvm_s390_pv_cpu_get_handle(vcpu)) in kvm_s390_pv_destroy_cpu()59 cc = uv_cmd_nodata(kvm_s390_pv_cpu_get_handle(vcpu), UVC_CMD_DESTROY_SEC_CPU, rc, rrc); in kvm_s390_pv_destroy_cpu()95 if (kvm_s390_pv_cpu_get_handle(vcpu)) in kvm_s390_pv_create_cpu()660 .cpu_handle = kvm_s390_pv_cpu_get_handle(vcpu), in kvm_s390_pv_set_cpu_state()
268 static inline u64 kvm_s390_pv_cpu_get_handle(struct kvm_vcpu *vcpu) in kvm_s390_pv_cpu_get_handle() function282 return !!kvm_s390_pv_cpu_get_handle(vcpu); in kvm_s390_pv_cpu_is_protected()
397 if (kvm_s390_pv_cpu_get_handle(vcpu) && in deliverable_irqs()981 if (kvm_s390_pv_cpu_get_handle(vcpu)) { in write_sclp()1550 if (sclp.has_sigpif && !kvm_s390_pv_cpu_get_handle(vcpu)) in __inject_extcall()1972 kvm_s390_pv_cpu_get_handle(dst_vcpu)) in __floating_irq_kick()
3367 if (kvm_s390_pv_cpu_get_handle(vcpu)) in kvm_arch_vcpu_destroy()5477 r = uv_cmd_nodata(kvm_s390_pv_cpu_get_handle(vcpu), in kvm_arch_vcpu_ioctl()5487 r = uv_cmd_nodata(kvm_s390_pv_cpu_get_handle(vcpu), in kvm_arch_vcpu_ioctl()5498 r = uv_cmd_nodata(kvm_s390_pv_cpu_get_handle(vcpu), in kvm_arch_vcpu_ioctl()
Completed in 19 milliseconds