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:EXCCODE_WATCH
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H
A
D
trace.h
75
#define KVM_TRACE_EXIT_WATCH (
EXCCODE_WATCH
)
H
A
D
exit.c
485
vcpu->run->debug.arch.exception =
EXCCODE_WATCH
;
in _kvm_handle_debug()
502
[
EXCCODE_WATCH
] = _kvm_handle_debug,
H
A
D
loongarch.c
63
VCPU_STAT("watch", excep_exits[
EXCCODE_WATCH
]),
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
unwind_prologue.c
58
case
EXCCODE_WATCH
:
in scan_handlers()
H
A
D
traps.c
264
case
EXCCODE_WATCH
:
in humanize_exc_name()
1165
set_handler(
EXCCODE_WATCH
* VECSIZE, handle_watch, VECSIZE);
in trap_init()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
traps.c
78
[
EXCCODE_WATCH
] = handle_watch,
296
case
EXCCODE_WATCH
:
in humanize_exc_name()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
loongarch.h
1331
#define
EXCCODE_WATCH
19 /* WatchPoint Exception */
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mipsregs.h
474
#define
EXCCODE_WATCH
23 /* Watch address reference */
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
loongarchregs.h
1554
#define
EXCCODE_WATCH
19 /* WatchPoint Exception */
macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
traps.c
2440
set_except_vector(
EXCCODE_WATCH
, handle_watch);
in trap_init()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mipsregs.h
459
#define
EXCCODE_WATCH
23 /* Watch address reference */
macro
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
traps.c
2437
set_except_vector(
EXCCODE_WATCH
, handle_watch);
in trap_init()
Completed in 36 milliseconds