Lines Matching defs:hv_context
27 struct hv_context hv_context;
36 hv_context.cpu_context = alloc_percpu(struct hv_per_cpu_context);
37 if (!hv_context.cpu_context)
67 aligned_msg = this_cpu_ptr(hv_context.cpu_context)->post_msg_page;
108 hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu);
112 hv_context.hv_numa_map = kcalloc(nr_node_ids, sizeof(struct cpumask),
114 if (hv_context.hv_numa_map == NULL) {
120 hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu);
213 = per_cpu_ptr(hv_context.cpu_context, cpu);
253 kfree(hv_context.hv_numa_map);
266 = per_cpu_ptr(hv_context.cpu_context, cpu);
354 = per_cpu_ptr(hv_context.cpu_context, cpu);
420 struct hv_per_cpu_context *hv_cpu = this_cpu_ptr(hv_context.cpu_context);