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:debug_fault_info
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
fault.c
51
static struct fault_info
debug_fault_info
[];
variable
60
return
debug_fault_info
+ DBG_ESR_EVT(esr);
in esr_to_debug_fault_info()
760
static struct fault_info __refdata
debug_fault_info
[] = {
variable
775
BUG_ON(nr < 0 || nr >= ARRAY_SIZE(
debug_fault_info
));
in hook_debug_fault_code()
777
debug_fault_info
[nr].fn = fn;
in hook_debug_fault_code()
778
debug_fault_info
[nr].sig = sig;
in hook_debug_fault_code()
779
debug_fault_info
[nr].code = code;
in hook_debug_fault_code()
780
debug_fault_info
[nr].name = name;
in hook_debug_fault_code()
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
fault.c
55
static struct fault_info
debug_fault_info
[];
variable
64
return
debug_fault_info
+ DBG_ESR_EVT(esr);
in esr_to_debug_fault_info()
873
static struct fault_info __refdata
debug_fault_info
[] = {
variable
888
BUG_ON(nr < 0 || nr >= ARRAY_SIZE(
debug_fault_info
));
in hook_debug_fault_code()
890
debug_fault_info
[nr].fn = fn;
in hook_debug_fault_code()
891
debug_fault_info
[nr].sig = sig;
in hook_debug_fault_code()
892
debug_fault_info
[nr].code = code;
in hook_debug_fault_code()
893
debug_fault_info
[nr].name = name;
in hook_debug_fault_code()
Completed in 3 milliseconds