Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H A Dfault.c235 if (!(vma->vm_flags & VM_EXEC) && address == exception_era(regs)) { in __do_page_fault()
241 if (!(vma->vm_flags & (VM_READ | VM_WRITE)) && address != exception_era(regs)) { in __do_page_fault()
298 if (!(vma->vm_flags & VM_EXEC) && address == exception_era(regs)) in __do_page_fault()
300 if (!(vma->vm_flags & (VM_READ | VM_WRITE)) && address != exception_era(regs)) in __do_page_fault()
H A Dextable.c49 ex = search_exception_tables(exception_era(regs)); in fixup_exception()
/linux/arch/loongarch/include/asm/
H A Dbranch.h10 static inline unsigned long exception_era(struct pt_regs *regs) in exception_era() function
/linux/arch/loongarch/kernel/
H A Dtraps.c590 pc = (unsigned int *)exception_era(regs); in do_ale()
640 unsigned long era = exception_era(regs); in do_bce()
731 unsigned long era = exception_era(regs); in do_bp()
868 unsigned int __user *era = (unsigned int __user *)exception_era(regs); in do_ri()