Home
last modified time | relevance | path

Searched refs:KVM_ARM_VCPU_PTRAUTH_ADDRESS (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/kvm/
Dreset.c231 if (!test_bit(KVM_ARM_VCPU_PTRAUTH_ADDRESS, vcpu->arch.features) || in kvm_vcpu_enable_ptrauth()
282 if (test_bit(KVM_ARM_VCPU_PTRAUTH_ADDRESS, vcpu->arch.features) || in kvm_reset_vcpu()
/arch/arm64/include/uapi/asm/
Dkvm.h107 #define KVM_ARM_VCPU_PTRAUTH_ADDRESS 5 /* VCPU uses address authentication */ macro