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:irwstat
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H
A
D
ptrace.h
90
uint8_t
irwstat
;
member
103
uint8_t
irwstat
;
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
99
uint8_t
irwstat
;
member
112
uint8_t
irwstat
;
member
131
/* Watch irw/irwmask/
irwstat
bit definitions */
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
watch.c
516
watches->
irwstat
[i] = 0;
in loongarch_read_watch_registers()
525
watches->
irwstat
[i] |= LA_WATCH_R;
in loongarch_read_watch_registers()
527
watches->
irwstat
[i] |= LA_WATCH_W;
in loongarch_read_watch_registers()
533
watches->
irwstat
[i] |= LA_WATCH_I;
in loongarch_read_watch_registers()
H
A
D
ptrace.c
601
__put_user(child->thread.watch.
irwstat
[i], &addr->WATCH_STYLE[i].
irwstat
);
in ptrace_get_watch_regs()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
processor.h
106
unsigned char
irwstat
[NUM_WATCH_REGS];
member
Completed in 3 milliseconds