Home
last modified time | relevance | path

Searched defs:hv_context (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/hv/
Dhyperv_vmbus.h513 struct hv_context { struct
517 u64 guestid;
519 void *hypercall_page;
521 bool synic_initialized;
523 void *synic_message_page[NR_CPUS];
524 void *synic_event_page[NR_CPUS];
556 extern struct hv_context hv_context; argument
Dhv.c37 struct hv_context hv_context = { variable