Symbol: hv_context
drivers/hv/channel_mgmt.c
779
allocated_mask = &hv_context.hv_numa_map[numa_node];
drivers/hv/channel_mgmt.c
844
= per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/channel_mgmt.c
893
= 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
279
per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/hv.c
28
struct hv_context hv_context;
drivers/hv/hv.c
29
EXPORT_SYMBOL_FOR_MODULES(hv_context, "mshv_vtl");
drivers/hv/hv.c
350
= 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
407
per_cpu_ptr(hv_context.cpu_context, cpu);
drivers/hv/hv.c
531
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
637
mshv_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/mshv_vtl_main.c
869
struct hv_per_cpu_context *mshv_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/vmbus_drv.c
1357
= this_cpu_ptr(hv_context.cpu_context);
drivers/hv/vmbus_drv.c
2710
hv_context.cpu_context, VMBUS_CONNECT_CPU);
drivers/hv/vmbus_drv.c
3039
= per_cpu_ptr(hv_context.cpu_context, cpu);