Searched defs:kvm_pic (Results 1 – 1 of 1) sorted by relevance
20049 struct kvm_pic { struct20050 spinlock_t lock;20051 bool wakeup_needed;20052 unsigned int pending_acks;20053 struct kvm *kvm;20054 struct kvm_kpic_state pics[2];20055 int output;20056 struct kvm_io_device dev_master;20057 struct kvm_io_device dev_slave;20058 struct kvm_io_device dev_elcr;[all …]