Home
last modified time | relevance | path

Searched defs:elr (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c340 u64 spsr, elr, mode; in kvm_hyp_handle_eret() local
658 static void __noreturn __hyp_call_panic(u64 spsr, u64 elr, u64 par) in __hyp_call_panic()
679 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local
/linux/arch/arm64/kvm/
H A Dpauth.c156 bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr) in kvm_auth_eretax()
H A Demulate-nested.c2671 u64 spsr, elr, esr; in kvm_emulate_nested_eret() local
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c359 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local
/linux/arch/arm64/include/asm/
H A Dkvm_nested.h233 static inline bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr) in kvm_auth_eretax()