Searched defs:kvm_arch (Results 1 – 8 of 8) sorted by relevance
1327 struct kvm_arch { struct1328 unsigned long n_used_mmu_pages;1329 unsigned long n_requested_mmu_pages;1330 unsigned long n_max_mmu_pages;1331 unsigned int indirect_shadow_pages;1332 u8 mmu_valid_gen;1333 u8 vm_type;1334 bool has_private_mem;1335 bool has_protected_state;1336 bool pre_fault_allowed;[all …]
118 struct kvm_arch { struct120 kvm_pte_t *pgd;121 unsigned long gpa_size;122 unsigned long invalid_ptes[MAX_PGTABLE_LEVELS];123 unsigned int pte_shifts[MAX_PGTABLE_LEVELS];124 unsigned int root_level;125 spinlock_t phyid_map_lock;126 struct kvm_phyid_map *phyid_map;128 unsigned long pv_features;130 s64 time_offset;[all …]
277 struct kvm_arch { struct278 u64 lpid;279 unsigned int smt_mode; /* # vcpus per virtual core */280 unsigned int emul_smt_mode; /* emualted SMT mode, on P9 */282 unsigned int tlb_sets;283 struct kvm_hpt_info hpt;284 atomic64_t mmio_update;285 unsigned int host_lpid;286 unsigned long host_lpcr;287 unsigned long sdr1;[all …]
634 struct kvm_arch{ struct635 void *sca;636 int use_esca;637 rwlock_t sca_lock;638 debug_info_t *dbf;639 struct kvm_s390_float_interrupt float_int;640 struct kvm_device *flic;641 struct gmap *gmap;642 unsigned long mem_limit;643 int css_support;[all …]
286 struct kvm_arch { struct287 struct kvm_s2_mmu mmu;296 u64 fgu[__NR_FGT_GROUP_IDS__];302 struct kvm_s2_mmu *nested_mmus;303 size_t nested_mmus_size;304 int nested_mmus_next;307 struct vgic_dist vgic;310 struct arch_timer_vm_data timer_data;313 u32 psci_version;316 struct mutex config_lock;[all …]
40 struct kvm_arch *kvm_arch = &kvm->arch; in __hv_flush_remote_tlbs_range() local114 struct kvm_arch *kvm_arch = &vcpu->kvm->arch; in hv_track_root_tdp() local
109 struct kvm_arch { struct111 struct kvm_vmid vmid;114 pgd_t *pgd;115 phys_addr_t pgd_phys;118 struct kvm_guest_timer timer;121 struct kvm_aia aia;
175 struct kvm_arch { struct177 struct mm_struct gpa_mm;179 cpumask_t asid_flush_mask;181 struct loongson_kvm_ipi ipi;