Searched refs:KVM_ARM_VCPU_PTRAUTH_ADDRESS (Results 1 – 4 of 4) sorted by relevance
105 #define KVM_ARM_VCPU_PTRAUTH_ADDRESS 5 /* VCPU uses address authentication */ macro
355 set_bit(KVM_ARM_VCPU_PTRAUTH_ADDRESS, allowed_features); in pkvm_init_features_from_host()
1446 clear_bit(KVM_ARM_VCPU_PTRAUTH_ADDRESS, &features); in system_supported_vcpu_features()1477 if (test_bit(KVM_ARM_VCPU_PTRAUTH_ADDRESS, &features) != in kvm_vcpu_init_check_features()
1085 (vcpu_has_feature(vcpu, KVM_ARM_VCPU_PTRAUTH_ADDRESS) || \
Completed in 19 milliseconds