Lines Matching refs:hv_context
36 struct hv_context hv_context = { variable
62 hv_context.cpu_context = alloc_percpu(struct hv_per_cpu_context); in hv_init()
63 if (!hv_context.cpu_context) in hv_init()
87 hv_cpu = get_cpu_ptr(hv_context.cpu_context); in hv_post_message()
116 hv_cpu = this_cpu_ptr(hv_context.cpu_context); in hv_stimer0_isr()
193 hv_context.hv_numa_map = kcalloc(nr_node_ids, sizeof(struct cpumask), in hv_synic_alloc()
195 if (hv_context.hv_numa_map == NULL) { in hv_synic_alloc()
202 = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_alloc()
259 = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_free()
267 kfree(hv_context.hv_numa_map); in hv_synic_free()
280 = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_init()
320 hv_context.synic_initialized = true; in hv_synic_init()
348 = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_clockevents_cleanup()
367 if (!hv_context.synic_initialized) in hv_synic_cleanup()
401 = this_cpu_ptr(hv_context.cpu_context); in hv_synic_cleanup()