Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
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.12.1/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h301 arm64_mops_reset_regs(vcpu_gp_regs(vcpu), vcpu->arch.fault.esr_el2); in kvm_hyp_handle_mops()
/linux-6.12.1/arch/arm64/kernel/
Dtraps.c525 arm64_mops_reset_regs(&regs->user_regs, esr); in do_el0_mops()