hv_context        347 drivers/hv/channel_mgmt.c 		= this_cpu_ptr(hv_context.cpu_context);
hv_context        698 drivers/hv/channel_mgmt.c 	alloced_mask = &hv_context.hv_numa_map[primary->numa_node];
hv_context        789 drivers/hv/channel_mgmt.c 				= per_cpu_ptr(hv_context.cpu_context, cpu);
hv_context        818 drivers/hv/channel_mgmt.c 			= per_cpu_ptr(hv_context.cpu_context, cpu);
hv_context         24 drivers/hv/hv.c struct hv_context hv_context;
hv_context         33 drivers/hv/hv.c 	hv_context.cpu_context = alloc_percpu(struct hv_per_cpu_context);
hv_context         34 drivers/hv/hv.c 	if (!hv_context.cpu_context)
hv_context         55 drivers/hv/hv.c 	hv_cpu = get_cpu_ptr(hv_context.cpu_context);
hv_context         85 drivers/hv/hv.c 		hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu);
hv_context         89 drivers/hv/hv.c 	hv_context.hv_numa_map = kcalloc(nr_node_ids, sizeof(struct cpumask),
hv_context         91 drivers/hv/hv.c 	if (hv_context.hv_numa_map == NULL) {
hv_context         97 drivers/hv/hv.c 		hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu);
hv_context        140 drivers/hv/hv.c 			= per_cpu_ptr(hv_context.cpu_context, cpu);
hv_context        147 drivers/hv/hv.c 	kfree(hv_context.hv_numa_map);
hv_context        160 drivers/hv/hv.c 		= per_cpu_ptr(hv_context.cpu_context, cpu);
hv_context        158 drivers/hv/hyperv_vmbus.h extern struct hv_context hv_context;
hv_context       1240 drivers/hv/vmbus_drv.c 		= this_cpu_ptr(hv_context.cpu_context);
hv_context       2461 drivers/hv/vmbus_drv.c 			= per_cpu_ptr(hv_context.cpu_context, cpu);