Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Dreset.c232 !test_bit(KVM_ARM_VCPU_PTRAUTH_GENERIC, vcpu->arch.features)) in kvm_vcpu_enable_ptrauth()
283 test_bit(KVM_ARM_VCPU_PTRAUTH_GENERIC, vcpu->arch.features)) { in kvm_reset_vcpu()
/arch/arm64/include/uapi/asm/
Dkvm.h108 #define KVM_ARM_VCPU_PTRAUTH_GENERIC 6 /* VCPU uses generic authentication */ macro