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:per_info
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
compat_ptrace.h
33
struct compat_per_struct_kernel
per_info
;
member
H
A
D
ptrace.c
263
} else if (addr < (addr_t) (&dummy->regs.
per_info
+ 1)) {
in __peek_user()
265
* Handle access to the
per_info
structure.
in __peek_user()
267
addr -= (addr_t) &dummy->regs.
per_info
;
in __peek_user()
302
* There are only three fields in the
per_info
struct that the
in __poke_user_per()
311
* Writes to any other field in
per_info
are ignored.
in __poke_user_per()
433
} else if (addr < (addr_t) (&dummy->regs.
per_info
+ 1)) {
in __poke_user()
435
* Handle access to the
per_info
structure.
in __poke_user()
437
addr -= (addr_t) &dummy->regs.
per_info
;
in __poke_user()
663
} else if (addr < (addr_t) (&dummy32->regs.
per_info
+ 1)) {
in __peek_user_compat()
665
* Handle access to the
per_info
structur
in __peek_user_compat()
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
compat_ptrace.h
33
struct compat_per_struct_kernel
per_info
;
member
H
A
D
ptrace.c
257
} else if (addr < offsetof(struct user, regs.
per_info
) + sizeof(per_struct)) {
in __peek_user()
259
* Handle access to the
per_info
structure.
in __peek_user()
261
addr -= offsetof(struct user, regs.
per_info
);
in __peek_user()
294
* There are only three fields in the
per_info
struct that the
in __poke_user_per()
303
* Writes to any other field in
per_info
are ignored.
in __poke_user_per()
407
} else if (addr < offsetof(struct user, regs.
per_info
) + sizeof(per_struct)) {
in __poke_user()
409
* Handle access to the
per_info
structure.
in __poke_user()
411
addr -= offsetof(struct user, regs.
per_info
);
in __poke_user()
634
} else if (addr < offsetof(struct compat_user, regs.
per_info
) + sizeof(struct compat_per_struct_kernel)) {
in __peek_user_compat()
636
* Handle access to the
per_info
structur
in __peek_user_compat()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
451
per_struct
per_info
;
member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
449
per_struct
per_info
;
member
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
451
per_struct
per_info
;
member
Completed in 8 milliseconds