Home
last modified time | relevance | path

Searched refs:arm64_mops_reset_regs (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dtraps.h112 static inline void arm64_mops_reset_regs(struct user_pt_regs *regs, unsigned long esr) in arm64_mops_reset_regs() function
/linux/arch/arm64/kernel/
H A Dtraps.c530 arm64_mops_reset_regs(&regs->user_regs, esr); in do_el0_mops()
541 arm64_mops_reset_regs(&regs->user_regs, esr); in do_el1_mops()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h423 arm64_mops_reset_regs(vcpu_gp_regs(vcpu), vcpu->arch.fault.esr_el2); in kvm_hyp_handle_mops()