Lines Matching defs:kvmppc_vcore
284 struct kvmppc_vcore { struct
285 int n_runnable;
286 int n_busy;
287 int num_threads;
288 int entry_exit_count;
289 int n_woken;
290 int nap_count;
291 int napping_threads;
292 int first_vcpuid;
293 u16 pcpu;
294 u16 last_cpu;
295 u8 vcore_state;
296 u8 in_guest;
297 struct list_head runnable_threads;
298 spinlock_t lock;
299 wait_queue_head_t wq;
300 u64 stolen_tb;
301 u64 preempt_tb;
302 struct kvm_vcpu *runner;
303 struct kvm *kvm;
304 u64 tb_offset; /* guest timebase - host timebase */
305 ulong lpcr;
306 u32 arch_compat;
307 ulong pcr;
308 ulong dpdes; /* doorbell state (POWER8) */
309 void *mpp_buffer; /* Micro Partition Prefetch buffer */
310 bool mpp_buffer_is_valid;