Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h275 struct kvmppc_vcore { struct
285 struct kvmppc_vcore *master_vcore; argument
286 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 …]