Lines Matching refs:arch
47 cycles = systime_snapshot.cycles - vcpu->kvm->arch.timer_data.voffset;
50 cycles = systime_snapshot.cycles - vcpu->kvm->arch.timer_data.poffset;
98 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat;
140 mt_init(&kvm->arch.smccc_filter);
147 r = mtree_insert_range(&kvm->arch.smccc_filter,
153 r = mtree_insert_range(&kvm->arch.smccc_filter,
180 mutex_lock(&kvm->arch.config_lock);
187 r = mtree_insert_range(&kvm->arch.smccc_filter, start, end,
192 set_bit(KVM_ARCH_FLAG_SMCCC_FILTER_CONFIGURED, &kvm->arch.flags);
195 mutex_unlock(&kvm->arch.config_lock);
204 if (!test_bit(KVM_ARCH_FLAG_SMCCC_FILTER_CONFIGURED, &kvm->arch.flags))
213 val = mt_find(&kvm->arch.smccc_filter, &idx, idx);
255 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat;
384 struct kvm_smccc_features *smccc_feat = &kvm->arch.smccc_feat;
395 mtree_destroy(&kvm->arch.smccc_filter);
468 struct kvm_smccc_features *smccc_feat = &vcpu->kvm->arch.smccc_feat;
504 struct kvm_smccc_features *smccc_feat = &kvm->arch.smccc_feat;
528 mutex_lock(&kvm->arch.config_lock);
537 mutex_unlock(&kvm->arch.config_lock);
557 wants_02 = test_bit(KVM_ARM_VCPU_PSCI_0_2, vcpu->arch.features);
563 vcpu->kvm->arch.psci_version = val;
570 vcpu->kvm->arch.psci_version = val;