Home
last modified time | relevance | path

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

/drivers/hv/
A Dhv.c36 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()
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()
267 per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_enable_regs()
340 per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_disable_regs()
404 struct hv_per_cpu_context *hv_cpu = this_cpu_ptr(hv_context.cpu_context); in hv_synic_event_pending()
A Dhyperv_vmbus.h151 struct hv_per_cpu_context __percpu *cpu_context; member
A Dchannel_mgmt.c844 = 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 Dvmbus_drv.c1312 = 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 19 milliseconds