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:irwmask
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H
A
D
ptrace.h
84
/* irw/irwsta/
irwmask
I R W bits.
91
uint8_t
irwmask
;
member
97
/* irw/irwsta/
irwmask
I R W bits.
104
uint8_t
irwmask
;
member
122
/* Watch irw/
irwmask
/irwstat bit definitions */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
H
A
D
ptrace.h
93
/* irw/irwsta/
irwmask
I R W bits.
100
uint8_t
irwmask
;
member
106
/* irw/irwsta/
irwmask
I R W bits.
113
uint8_t
irwmask
;
member
131
/* Watch irw/
irwmask
/irwstat bit definitions */
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
watch.c
471
} else if (watches->
irwmask
[i]) {
in loongarch_install_watch_registers()
555
watches->
irwmask
[i] = 0;
in loongarch_update_watch_registers()
557
watches->
irwmask
[i] = LA_WATCH_R | LA_WATCH_W;
in loongarch_update_watch_registers()
561
watches->
irwmask
[i] = 0;
in loongarch_update_watch_registers()
563
watches->
irwmask
[i] = LA_WATCH_I;
in loongarch_update_watch_registers()
H
A
D
ptrace.c
591
child->thread.watch.
irwmask
[boot_cpu_data.watch_dreg_count] = 0;
in ptrace_get_watch_regs()
602
__put_user(child->thread.watch.
irwmask
[i], &addr->WATCH_STYLE[i].
irwmask
);
in ptrace_get_watch_regs()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
processor.h
107
unsigned char
irwmask
[NUM_WATCH_REGS];
member
Completed in 4 milliseconds