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:NUM_WATCH_REGS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
processor.h
103
unsigned long addr[
NUM_WATCH_REGS
];
104
unsigned long mask[
NUM_WATCH_REGS
];
105
unsigned char irw[
NUM_WATCH_REGS
];
106
unsigned char irwstat[
NUM_WATCH_REGS
];
107
unsigned char irwmask[
NUM_WATCH_REGS
];
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H
A
D
ptrace.h
74
#define
NUM_WATCH_REGS
16
macro
112
struct la32_watch_regs la32[
NUM_WATCH_REGS
];
113
struct la64_watch_regs la64[
NUM_WATCH_REGS
];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
H
A
D
ptrace.h
83
#define
NUM_WATCH_REGS
16
macro
121
struct la32_watch_regs la32[
NUM_WATCH_REGS
];
122
struct la64_watch_regs la64[
NUM_WATCH_REGS
];
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
cpu-info.h
89
#define
NUM_WATCH_REGS
4
macro
90
u16 watch_reg_masks[
NUM_WATCH_REGS
];
H
A
D
processor.h
151
unsigned long watchlo[
NUM_WATCH_REGS
];
153
u16 watchhi[
NUM_WATCH_REGS
];
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
cpu-info.h
89
#define
NUM_WATCH_REGS
4
macro
90
u16 watch_reg_masks[
NUM_WATCH_REGS
];
H
A
D
processor.h
146
unsigned long watchlo[
NUM_WATCH_REGS
];
148
u16 watchhi[
NUM_WATCH_REGS
];
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
kgdb.c
402
} dbreakinfo[
NUM_WATCH_REGS
], ibreakinfo[
NUM_WATCH_REGS
];
H
A
D
watch.c
394
c->watch_reg_use_cnt = (total <
NUM_WATCH_REGS
) ? total :
NUM_WATCH_REGS
;
in loongarch_probe_watch_registers()
H
A
D
ptrace.c
614
unsigned long addrt[
NUM_WATCH_REGS
];
in ptrace_set_watch_regs()
615
unsigned long maskt[
NUM_WATCH_REGS
];
in ptrace_set_watch_regs()
616
unsigned char irwt[
NUM_WATCH_REGS
];
in ptrace_set_watch_regs()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
ptrace.c
164
unsigned long lt[
NUM_WATCH_REGS
];
in ptrace_set_watch_regs()
165
u16 ht[
NUM_WATCH_REGS
];
in ptrace_set_watch_regs()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
ptrace.c
170
unsigned long lt[
NUM_WATCH_REGS
];
in ptrace_set_watch_regs()
171
u16 ht[
NUM_WATCH_REGS
];
in ptrace_set_watch_regs()
Completed in 10 milliseconds