Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:exception_era
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
branch.h
14
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
D
branch.h
10
static inline unsigned long
exception_era
(struct pt_regs *regs)
in exception_era()
function
/kernel/linux/linux-5.10/arch/loongarch/mm/
H
A
D
fault.c
209
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
D
extable.c
49
ex = search_exception_tables(
exception_era
(regs));
in fixup_exception()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H
A
D
fault.c
205
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
D
extable.c
49
ex = search_exception_tables(
exception_era
(regs));
in fixup_exception()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
traps.c
578
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
D
traps.c
546
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