Searched defs:kvm_arch (Results 1 – 2 of 2) sorted by relevance
120 struct kvm_arch { struct122 kvm_pte_t *pgd;123 unsigned long gpa_size;124 unsigned long invalid_ptes[MAX_PGTABLE_LEVELS];125 unsigned int pte_shifts[MAX_PGTABLE_LEVELS];126 unsigned int root_level;127 spinlock_t phyid_map_lock;128 spinlock_t pv_setting_lock;129 struct kvm_phyid_map *phyid_map;131 unsigned long pv_features;[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