Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dkvm_nested.h192 bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr);
194 static inline bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr) in kvm_auth_eretax() function
/linux-6.12.1/arch/arm64/kvm/
Dpauth.c156 bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr) in kvm_auth_eretax() function
Demulate-nested.c2364 if (esr_iss_is_eretax(esr) && !kvm_auth_eretax(vcpu, &elr)) { in kvm_emulate_nested_eret()
/linux-6.12.1/arch/arm64/kvm/hyp/vhe/
Dswitch.c298 if (!(vcpu_has_ptrauth(vcpu) && kvm_auth_eretax(vcpu, &elr))) in kvm_hyp_handle_eret()