Lines Matching defs:kvm_arch
219 struct kvm_arch { struct
220 unsigned int lpid;
222 unsigned long hpt_virt;
223 struct revmap_entry *revmap;
224 unsigned int host_lpid;
225 unsigned long host_lpcr;
226 unsigned long sdr1;
227 unsigned long host_sdr1;
228 int tlbie_lock;
229 unsigned long lpcr;
230 unsigned long vrma_slb_v;
231 int hpte_setup_done;
232 u32 hpt_order;
233 atomic_t vcpus_running;
234 u32 online_vcores;
235 unsigned long hpt_npte;
236 unsigned long hpt_mask;
237 atomic_t hpte_mod_interest;
238 cpumask_t need_tlb_flush;
239 int hpt_cma_alloc;
240 struct dentry *debugfs_dir;
241 struct dentry *htab_dentry;
244 struct mutex hpt_mutex;
247 struct list_head spapr_tce_tables;
248 struct list_head rtas_tokens;
252 struct openpic *mpic;
255 struct kvmppc_xics *xics;
257 struct kvmppc_ops *kvm_ops;
260 struct kvmppc_vcore *vcores[KVM_MAX_VCORES];