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