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:watchlo
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
watch.c
28
write_c0_watchlo3(watches->
watchlo
[3]);
in mips_install_watch_registers()
32
write_c0_watchlo2(watches->
watchlo
[2]);
in mips_install_watch_registers()
36
write_c0_watchlo1(watches->
watchlo
[1]);
in mips_install_watch_registers()
40
write_c0_watchlo0(watches->
watchlo
[0]);
in mips_install_watch_registers()
76
* signal that the conditions requested in
watchlo
in mips_read_watch_registers()
78
watches->watchhi[0] |= (watches->
watchlo
[0] & MIPS_WATCHHI_IRW);
in mips_read_watch_registers()
H
A
D
ptrace.c
142
__put_user(child->thread.watch.mips3264.
watchlo
[i],
in ptrace_get_watch_regs()
143
&addr->WATCH_STYLE.
watchlo
[i]);
in ptrace_get_watch_regs()
151
__put_user(0, &addr->WATCH_STYLE.
watchlo
[i]);
in ptrace_get_watch_regs()
173
__get_user(lt[i], &addr->WATCH_STYLE.
watchlo
[i]);
in ptrace_set_watch_regs()
194
child->thread.watch.mips3264.
watchlo
[i] = lt[i];
in ptrace_set_watch_regs()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
watch.c
28
write_c0_watchlo3(watches->
watchlo
[3]);
in mips_install_watch_registers()
32
write_c0_watchlo2(watches->
watchlo
[2]);
in mips_install_watch_registers()
36
write_c0_watchlo1(watches->
watchlo
[1]);
in mips_install_watch_registers()
40
write_c0_watchlo0(watches->
watchlo
[0]);
in mips_install_watch_registers()
76
* signal that the conditions requested in
watchlo
in mips_read_watch_registers()
78
watches->watchhi[0] |= (watches->
watchlo
[0] & MIPS_WATCHHI_IRW);
in mips_read_watch_registers()
H
A
D
ptrace.c
148
__put_user(child->thread.watch.mips3264.
watchlo
[i],
in ptrace_get_watch_regs()
149
&addr->WATCH_STYLE.
watchlo
[i]);
in ptrace_get_watch_regs()
157
__put_user(0, &addr->WATCH_STYLE.
watchlo
[i]);
in ptrace_get_watch_regs()
179
__get_user(lt[i], &addr->WATCH_STYLE.
watchlo
[i]);
in ptrace_set_watch_regs()
200
child->thread.watch.mips3264.
watchlo
[i] = lt[i];
in ptrace_set_watch_regs()
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
ptrace.h
76
unsigned int
watchlo
[8];
member
91
unsigned long long
watchlo
[8];
member
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
ptrace.h
76
unsigned int
watchlo
[8];
member
91
unsigned long long
watchlo
[8];
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
ptrace.h
59
unsigned int
watchlo
[8];
member
65
unsigned long long
watchlo
[8];
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
ptrace.h
59
unsigned int
watchlo
[8];
member
65
unsigned long long
watchlo
[8];
member
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
processor.h
148
/* The width of
watchlo
is 32 in a 32 bit kernel and 64 in a
151
unsigned long
watchlo
[NUM_WATCH_REGS];
member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
processor.h
143
/* The width of
watchlo
is 32 in a 32 bit kernel and 64 in a
146
unsigned long
watchlo
[NUM_WATCH_REGS];
member
Completed in 7 milliseconds