Searched defs:kvmppc_vcore (Results 1 – 1 of 1) sorted by relevance
275 struct kvmppc_vcore { struct285 struct kvmppc_vcore *master_vcore; argument286 struct list_head runnable_threads;287 struct list_head preempt_list;288 spinlock_t lock;289 wait_queue_head_t wq;290 spinlock_t stoltb_lock; /* protects stolen_tb and preempt_tb */291 u64 stolen_tb;292 u64 preempt_tb;293 struct kvm_vcpu *runner;[all …]