Searched refs:KVM_ARM_VCPU_EL1_32BIT (Results 1 – 6 of 6) sorted by relevance
175 is32bit = vcpu_has_feature(vcpu, KVM_ARM_VCPU_EL1_32BIT); in vcpu_allowed_register_width()181 if (vcpu_has_feature(tmp, KVM_ARM_VCPU_EL1_32BIT) != is32bit) in vcpu_allowed_register_width()252 if (test_bit(KVM_ARM_VCPU_EL1_32BIT, vcpu->arch.features)) { in kvm_reset_vcpu()
102 #define KVM_ARM_VCPU_EL1_32BIT 1 /* CPU running a 32bit VM */ macro
103 #define KVM_ARM_VCPU_EL1_32BIT 1 /* CPU running a 32bit VM */ macro
73 if (test_bit(KVM_ARM_VCPU_EL1_32BIT, vcpu->arch.features)) in vcpu_reset_hcr()
3110 - KVM_ARM_VCPU_EL1_32BIT: Starts the CPU in a 32bit mode.