Searched refs:hv_context (Results 1 – 4 of 4) sorted by relevance
| /drivers/hv/ |
| A D | hv.c | 27 struct hv_context hv_context; variable 36 hv_context.cpu_context = alloc_percpu(struct hv_per_cpu_context); in hv_init() 37 if (!hv_context.cpu_context) in hv_init() 67 aligned_msg = this_cpu_ptr(hv_context.cpu_context)->post_msg_page; in hv_post_message() 110 hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_alloc() 116 if (!hv_context.hv_numa_map) { in hv_synic_alloc() 122 hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_alloc() 214 per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_free() 254 kfree(hv_context.hv_numa_map); in hv_synic_free() 267 per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_enable_regs() [all …]
|
| A D | hyperv_vmbus.h | 145 struct hv_context { struct 160 extern struct hv_context hv_context; argument 437 cpumask_set_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_set_allocated_cpu() 444 cpumask_clear_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_clear_allocated_cpu()
|
| A D | channel_mgmt.c | 779 allocated_mask = &hv_context.hv_numa_map[numa_node]; in init_vp_index() 844 = per_cpu_ptr(hv_context.cpu_context, cpu); in vmbus_wait_for_unload() 893 = per_cpu_ptr(hv_context.cpu_context, cpu); in vmbus_wait_for_unload()
|
| A D | vmbus_drv.c | 1312 = this_cpu_ptr(hv_context.cpu_context); in vmbus_isr() 2596 hv_context.cpu_context, VMBUS_CONNECT_CPU); in vmbus_bus_suspend() 2919 = per_cpu_ptr(hv_context.cpu_context, cpu); in vmbus_exit()
|
Completed in 17 milliseconds