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:_sigregs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
ucontext.h
24
_sigregs
uc_mcontext;
35
_sigregs
uc_mcontext;
H
A
D
sigcontext.h
65
}
_sigregs
;
typedef
80
_sigregs
__user *sregs;
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
ucontext.h
24
_sigregs
uc_mcontext;
35
_sigregs
uc_mcontext;
H
A
D
sigcontext.h
65
}
_sigregs
;
typedef
80
_sigregs
__user *sregs;
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
signal.c
43
* |
_sigregs
* |
45
* |
_sigregs
with |
67
_sigregs
sregs;
86
* |
_sigregs
uc_mcontext with |
120
static int save_sigregs(struct pt_regs *regs,
_sigregs
__user *sregs)
in save_sigregs()
122
_sigregs
user_sregs;
in save_sigregs()
133
if (__copy_to_user(sregs, &user_sregs, sizeof(
_sigregs
)))
in save_sigregs()
138
static int restore_sigregs(struct pt_regs *regs,
_sigregs
__user *sregs)
in restore_sigregs()
140
_sigregs
user_sregs;
in restore_sigregs()
314
sc.sregs = (
_sigregs
__use
in setup_frame()
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
signal.c
44
* |
_sigregs
* |
46
* |
_sigregs
with |
68
_sigregs
sregs;
87
* |
_sigregs
uc_mcontext with |
121
static int save_sigregs(struct pt_regs *regs,
_sigregs
__user *sregs)
in save_sigregs()
123
_sigregs
user_sregs;
in save_sigregs()
134
if (__copy_to_user(sregs, &user_sregs, sizeof(
_sigregs
)))
in save_sigregs()
139
static int restore_sigregs(struct pt_regs *regs,
_sigregs
__user *sregs)
in restore_sigregs()
141
_sigregs
user_sregs;
in restore_sigregs()
315
sc.sregs = (
_sigregs
__use
in setup_frame()
[all...]
Completed in 2 milliseconds