Symbol: hv_context
drivers/hv/channel_mgmt.c
787
allocated_mask = &hv_context.hv_numa_map[numa_node];
drivers/hv/channel_mgmt.c
852
= per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/channel_mgmt.c
901
= per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/hv.c
182
hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/hv.c
186
hv_context.hv_numa_map = kzalloc_objs(struct cpumask, nr_node_ids);
drivers/hv/hv.c
187
if (!hv_context.hv_numa_map) {
drivers/hv/hv.c
193
hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/hv.c
250
per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/hv.c
269
kfree(hv_context.hv_numa_map);
drivers/hv/hv.c
28
struct hv_context hv_context;
drivers/hv/hv.c
282
per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/hv.c
29
EXPORT_SYMBOL_FOR_MODULES(hv_context, "mshv_vtl");
drivers/hv/hv.c
353
= per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/hv.c
38
hv_context.cpu_context = alloc_percpu(struct hv_per_cpu_context);
drivers/hv/hv.c
39
if (!hv_context.cpu_context)
drivers/hv/hv.c
410
per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/hv.c
534
struct hv_per_cpu_context *hv_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/hv.c
69
aligned_msg = this_cpu_ptr(hv_context.cpu_context)->post_msg_page;
drivers/hv/hyperv_vmbus.h
180
extern struct hv_context hv_context;
drivers/hv/hyperv_vmbus.h
503
cpumask_set_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]);
drivers/hv/hyperv_vmbus.h
510
cpumask_clear_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]);
drivers/hv/mshv_vtl_main.c
303
per_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/mshv_vtl_main.c
643
mshv_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/mshv_vtl_main.c
875
struct hv_per_cpu_context *mshv_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/vmbus_drv.c
1336
= this_cpu_ptr(hv_context.cpu_context);
drivers/hv/vmbus_drv.c
2714
hv_context.cpu_context, VMBUS_CONNECT_CPU);
drivers/hv/vmbus_drv.c
3043
= per_cpu_ptr(hv_context.cpu_context, cpu);