Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dkvm_host.h276 struct kvmppc_vcore { struct
286 struct kvmppc_vcore *master_vcore; argument
287 struct list_head runnable_threads;
288 struct list_head preempt_list;
289 spinlock_t lock;
290 wait_queue_head_t wq;
291 spinlock_t stoltb_lock; /* protects stolen_tb and preempt_tb */
292 u64 stolen_tb;
293 u64 preempt_tb;
294 struct kvm_vcpu *runner;
[all …]