Lines Matching defs:failed
2226 * always flush the TLB (step 4) even if previous step failed and the dirty
5184 pr_info("kvm: enabling virtualization on CPU%d failed\n",
5193 static void hardware_enable_nolock(void *failed)
5196 atomic_inc(failed);
5258 atomic_t failed = ATOMIC_INIT(0);
5289 on_each_cpu(hardware_enable_nolock, &failed, 1);
5291 if (atomic_read(&failed)) {
5629 pr_err("kvm: failed to shrink bus, removing it completely\n");
6114 pr_err("kvm: misc device register failed\n");
6195 kvm_err("%s: cgroup_attach_task_all failed with err %d\n",