Home
last modified time | relevance | path

Searched refs:cpu_context (Results 1 – 4 of 4) sorted by relevance

/drivers/hv/
Dhv.c37 hv_context.cpu_context = alloc_percpu(struct hv_per_cpu_context); in hv_init()
38 if (!hv_context.cpu_context) in hv_init()
68 aligned_msg = this_cpu_ptr(hv_context.cpu_context)->post_msg_page; in hv_post_message()
109 hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_alloc()
121 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()
267 = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_enable_regs()
355 = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_disable_regs()
421 struct hv_per_cpu_context *hv_cpu = this_cpu_ptr(hv_context.cpu_context); in hv_synic_event_pending()
Dhyperv_vmbus.h151 struct hv_per_cpu_context __percpu *cpu_context; member
Dchannel_mgmt.c834 = per_cpu_ptr(hv_context.cpu_context, cpu); in vmbus_wait_for_unload()
883 = per_cpu_ptr(hv_context.cpu_context, cpu); in vmbus_wait_for_unload()
Dvmbus_drv.c1292 = this_cpu_ptr(hv_context.cpu_context); in vmbus_isr()
2370 hv_context.cpu_context, VMBUS_CONNECT_CPU); in vmbus_bus_suspend()
2692 = per_cpu_ptr(hv_context.cpu_context, cpu); in vmbus_exit()