Home
last modified time | relevance | path

Searched refs:kvm_auth_eretax (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dkvm_nested.h231 bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr);
233 static inline bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr) in kvm_auth_eretax() function
/linux/arch/arm64/kvm/
H A Dpauth.c156 bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr) in kvm_auth_eretax() function
H A Demulate-nested.c2678 if (esr_iss_is_eretax(esr) && !kvm_auth_eretax(vcpu, &elr)) { in kvm_emulate_nested_eret()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c376 if (!(vcpu_has_ptrauth(vcpu) && kvm_auth_eretax(vcpu, &elr))) in kvm_hyp_handle_eret()