Lines Matching refs:vcpu_stall_config
47 static struct vcpu_stall_detect_config vcpu_stall_config; variable
51 (void __iomem *)(vcpu_stall_config.membase + \
67 ticks = vcpu_stall_config.clock_freq_hz * in vcpu_stall_detect_timer_fn()
68 vcpu_stall_config.stall_timeout_sec; in vcpu_stall_detect_timer_fn()
72 ping_timeout_ms = vcpu_stall_config.stall_timeout_sec * in vcpu_stall_detect_timer_fn()
88 vcpu_stall_config.clock_freq_hz); in start_stall_detector_cpu()
94 ticks = vcpu_stall_config.clock_freq_hz * in start_stall_detector_cpu()
95 vcpu_stall_config.stall_timeout_sec; in start_stall_detector_cpu()
104 ping_timeout_ms = vcpu_stall_config.stall_timeout_sec * in start_stall_detector_cpu()
169 vcpu_stall_config = (struct vcpu_stall_detect_config) { in vcpu_stall_detect_probe()
184 vcpu_stall_config.hp_online = ret; in vcpu_stall_detect_probe()
194 cpuhp_remove_state(vcpu_stall_config.hp_online); in vcpu_stall_detect_remove()