Searched defs:kvm_arch (Results 1 – 5 of 5) sorted by relevance
1337 struct kvm_arch { struct1338 unsigned long n_used_mmu_pages;1339 unsigned long n_requested_mmu_pages;1340 unsigned long n_max_mmu_pages;1341 unsigned int indirect_shadow_pages;1342 u8 mmu_valid_gen;1343 u8 vm_type;1344 bool has_private_mem;1345 bool has_protected_state;1346 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 …]
293 struct kvm_arch { struct294 struct kvm_s2_mmu mmu;303 u64 fgu[__NR_FGT_GROUP_IDS__];309 struct kvm_s2_mmu *nested_mmus;310 size_t nested_mmus_size;311 int nested_mmus_next;314 struct vgic_dist vgic;317 struct arch_timer_vm_data timer_data;320 u32 psci_version;323 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;124 bool mp_state_reset;