Home
last modified time | relevance | path

Searched refs:exception_era (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dbranch.h14 static inline unsigned long exception_era(struct pt_regs *regs) in exception_era() function
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dbranch.h10 static inline unsigned long exception_era(struct pt_regs *regs) in exception_era() function
/kernel/linux/linux-5.10/arch/loongarch/mm/
H A Dfault.c209 if (!(vma->vm_flags & VM_READ) && address != exception_era(regs)) in __do_page_fault()
211 if (!(vma->vm_flags & VM_EXEC) && address == exception_era(regs)) in __do_page_fault()
H A Dextable.c49 ex = search_exception_tables(exception_era(regs)); in fixup_exception()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H A Dfault.c205 if (!(vma->vm_flags & VM_READ) && address != exception_era(regs)) in __do_page_fault()
207 if (!(vma->vm_flags & VM_EXEC) && address == exception_era(regs)) in __do_page_fault()
H A Dextable.c49 ex = search_exception_tables(exception_era(regs)); in fixup_exception()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dtraps.c578 pc = (unsigned int *)exception_era(regs); in do_ale()
618 unsigned long era = exception_era(regs); in do_bce()
708 unsigned long era = exception_era(regs); in do_bp()
831 unsigned int __user *era = (unsigned int __user *)exception_era(regs); in do_ri()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dtraps.c546 pc = (unsigned int *)exception_era(regs); in do_ale()
586 unsigned long era = exception_era(regs); in do_bce()
676 unsigned long era = exception_era(regs); in do_bp()
813 unsigned int __user *era = (unsigned int __user *)exception_era(regs); in do_ri()

Completed in 7 milliseconds