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:watch_reg_masks
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
watch.c
132
c->
watch_reg_masks
[0] = t & MIPS_WATCHLO_IRW;
in mips_probe_watch_registers()
142
c->
watch_reg_masks
[0] |= (t & MIPS_WATCHHI_MASK);
in mips_probe_watch_registers()
150
c->
watch_reg_masks
[1] = t & MIPS_WATCHLO_IRW;
in mips_probe_watch_registers()
158
c->
watch_reg_masks
[1] |= (t & MIPS_WATCHHI_MASK);
in mips_probe_watch_registers()
166
c->
watch_reg_masks
[2] = t & MIPS_WATCHLO_IRW;
in mips_probe_watch_registers()
174
c->
watch_reg_masks
[2] |= (t & MIPS_WATCHHI_MASK);
in mips_probe_watch_registers()
182
c->
watch_reg_masks
[3] = t & MIPS_WATCHLO_IRW;
in mips_probe_watch_registers()
190
c->
watch_reg_masks
[3] |= (t & MIPS_WATCHHI_MASK);
in mips_probe_watch_registers()
H
A
D
proc.c
82
cpu_data[n].
watch_reg_masks
[i]);
in show_cpuinfo()
H
A
D
ptrace.c
147
__put_user(boot_cpu_data.
watch_reg_masks
[i],
in ptrace_get_watch_regs()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
watch.c
132
c->
watch_reg_masks
[0] = t & MIPS_WATCHLO_IRW;
in mips_probe_watch_registers()
142
c->
watch_reg_masks
[0] |= (t & MIPS_WATCHHI_MASK);
in mips_probe_watch_registers()
150
c->
watch_reg_masks
[1] = t & MIPS_WATCHLO_IRW;
in mips_probe_watch_registers()
158
c->
watch_reg_masks
[1] |= (t & MIPS_WATCHHI_MASK);
in mips_probe_watch_registers()
166
c->
watch_reg_masks
[2] = t & MIPS_WATCHLO_IRW;
in mips_probe_watch_registers()
174
c->
watch_reg_masks
[2] |= (t & MIPS_WATCHHI_MASK);
in mips_probe_watch_registers()
182
c->
watch_reg_masks
[3] = t & MIPS_WATCHLO_IRW;
in mips_probe_watch_registers()
190
c->
watch_reg_masks
[3] |= (t & MIPS_WATCHHI_MASK);
in mips_probe_watch_registers()
H
A
D
proc.c
82
cpu_data[n].
watch_reg_masks
[i]);
in show_cpuinfo()
H
A
D
ptrace.c
153
__put_user(boot_cpu_data.
watch_reg_masks
[i],
in ptrace_get_watch_regs()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
cpu-info.h
90
u16
watch_reg_masks
[NUM_WATCH_REGS];
member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
cpu-info.h
90
u16
watch_reg_masks
[NUM_WATCH_REGS];
member
Completed in 6 milliseconds