Lines Matching full:stall
3 // VCPU stall detector.
47 /* The vcpu stall configuration structure which applies to all the CPUs */
63 /* Reload the stall detector counter register every in vcpu_stall_detect_timer_fn()
83 panic("vCPU stall detector"); in vcpu_stall_detector_irq()
97 /* Compute the number of ticks required for the stall detector in start_stall_detector_cpu()
105 /* Enable the internal clock and start the stall detector */ in start_stall_detector_cpu()
108 /* Pet the stall detector at half of its expiration timeout in start_stall_detector_cpu()
131 /* Disable the stall detector for the current CPU */ in stop_stall_detector_cpu()
170 dev_warn(&pdev->dev, "stall timeout out of range\n"); in vcpu_stall_detect_probe()
227 { .compatible = "qemu,vcpu-stall-detector", },
246 MODULE_DESCRIPTION("VCPU stall detector");