Home
last modified time | relevance | path

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

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