Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dkvm_host.h538 #define KVM_ARM64_GUEST_HAS_PTRAUTH (1 << 7) /* PTRAUTH exposed to guest */ macro
580 (vcpu)->arch.flags & KVM_ARM64_GUEST_HAS_PTRAUTH)
Dkvm_emulate.h61 vcpu->arch.flags |= KVM_ARM64_GUEST_HAS_PTRAUTH; in kvm_vcpu_enable_ptrauth()