Searched refs:clk_evt (Results 1 – 3 of 3) sorted by relevance
117 hv_cpu->clk_evt->event_handler(hv_cpu->clk_evt); in hv_stimer0_isr()208 hv_cpu->clk_evt = kzalloc(sizeof(struct clock_event_device), in hv_synic_alloc()210 if (hv_cpu->clk_evt == NULL) { in hv_synic_alloc()214 hv_init_clockevent_device(hv_cpu->clk_evt, cpu); in hv_synic_alloc()261 kfree(hv_cpu->clk_evt); in hv_synic_free()326 clockevents_config_and_register(hv_cpu->clk_evt, in hv_synic_init()350 clockevents_unbind_device(hv_cpu->clk_evt, cpu); in hv_synic_clockevents_cleanup()403 clockevents_unbind_device(hv_cpu->clk_evt, cpu); in hv_synic_cleanup()404 hv_ce_shutdown(hv_cpu->clk_evt); in hv_synic_cleanup()
222 struct clock_event_device *clk_evt; member
830 struct clock_event_device *dev = hv_cpu->clk_evt; in hv_process_timer_expiration()