Home
last modified time | relevance | path

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

/Linux-v6.1/arch/loongarch/include/asm/
Dbranch.h10 static inline unsigned long exception_era(struct pt_regs *regs) in exception_era() function
/Linux-v6.1/arch/loongarch/mm/
Dextable.c14 fixup = search_exception_tables(exception_era(regs)); in fixup_exception()
Dfault.c200 if (!(vma->vm_flags & VM_READ) && address != exception_era(regs)) in __do_page_fault()
202 if (!(vma->vm_flags & VM_EXEC) && address == exception_era(regs)) in __do_page_fault()
/Linux-v6.1/arch/loongarch/kernel/
Dtraps.c408 unsigned long era = exception_era(regs); in do_bp()
492 unsigned int __user *era = (unsigned int __user *)exception_era(regs); in do_ri()