Searched defs:hvm_ioreq_server (Results 1 – 1 of 1) sorted by relevance
49 struct hvm_ioreq_server { struct50 struct domain *target, *emulator;53 spinlock_t lock;55 struct hvm_ioreq_page ioreq;56 struct list_head ioreq_vcpu_list;57 struct hvm_ioreq_page bufioreq;60 spinlock_t bufioreq_lock;61 evtchn_port_t bufioreq_evtchn;62 struct rangeset *range[NR_IO_RANGE_TYPES];63 bool enabled;[all …]
Completed in 6 milliseconds