Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dhyperv_vmbus.h508 struct hv_context { struct
512 u64 guestid;
514 void *hypercall_page;
515 void *tsc_page;
517 bool synic_initialized;
519 void *synic_message_page[NR_CPUS];
520 void *synic_event_page[NR_CPUS];
530 u32 vp_index[NR_CPUS];
557 extern struct hv_context hv_context; argument
Dhv.c37 struct hv_context hv_context = { variable