Searched refs:async_destroy (Results 1 – 1 of 1) sorted by relevance
231 static int async_destroy = 1; variable232 module_param(async_destroy, int, 0444);233 MODULE_PARM_DESC(async_destroy, "Asynchronous destroy for protected guests");683 r = async_destroy && is_prot_virt_host(); in kvm_vm_ioctl_check_extension()2537 if (!kvm_s390_pv_is_protected(kvm) || !async_destroy) in kvm_s390_handle_pv()2555 if (!async_destroy) in kvm_s390_handle_pv()