Lines Matching refs:vcpu_stall_config
48 static struct vcpu_stall_detect_config vcpu_stall_config; variable
52 (void __iomem *)(vcpu_stall_config.membase + \
68 ticks = vcpu_stall_config.clock_freq_hz * in vcpu_stall_detect_timer_fn()
69 vcpu_stall_config.stall_timeout_sec; in vcpu_stall_detect_timer_fn()
73 ping_timeout_ms = vcpu_stall_config.stall_timeout_sec * in vcpu_stall_detect_timer_fn()
89 vcpu_stall_config.clock_freq_hz); in start_stall_detector_cpu()
95 ticks = vcpu_stall_config.clock_freq_hz * in start_stall_detector_cpu()
96 vcpu_stall_config.stall_timeout_sec; in start_stall_detector_cpu()
105 ping_timeout_ms = vcpu_stall_config.stall_timeout_sec * in start_stall_detector_cpu()
170 vcpu_stall_config = (struct vcpu_stall_detect_config) { in vcpu_stall_detect_probe()
185 vcpu_stall_config.hp_online = ret; in vcpu_stall_detect_probe()
195 cpuhp_remove_state(vcpu_stall_config.hp_online); in vcpu_stall_detect_remove()