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:uc_regspace
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
ucontext.h
11
* restored. Coprocessor registers are stored in
uc_regspace
. Each
14
*
uc_regspace
may be expanded if necessary, although this takes some
28
unsigned long
uc_regspace
[128] __attribute__((__aligned__(8)));
member
80
* because the config options aren't.
uc_regspace
is really
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
ucontext.h
11
* restored. Coprocessor registers are stored in
uc_regspace
. Each
14
*
uc_regspace
may be expanded if necessary, although this takes some
28
unsigned long
uc_regspace
[128] __attribute__((__aligned__(8)));
member
91
* because the config options aren't.
uc_regspace
is really
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
signal32.h
44
compat_ulong_t
uc_regspace
[128] __attribute__((__aligned__(8)));
member
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
signal32.h
44
compat_ulong_t
uc_regspace
[128] __attribute__((__aligned__(8)));
member
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
signal32.c
225
aux = (struct compat_aux_sigframe __user *) sf->uc.
uc_regspace
;
in compat_restore_sigframe()
395
aux = (struct compat_aux_sigframe __user *) sf->uc.
uc_regspace
;
in compat_setup_sigframe()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
signal.c
207
aux = (char __user *) sf->uc.
uc_regspace
;
in restore_sigframe()
323
aux = (struct aux_sigframe __user *) sf->uc.
uc_regspace
;
in setup_sigframe()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
signal32.c
221
aux = (struct compat_aux_sigframe __user *) sf->uc.
uc_regspace
;
in compat_restore_sigframe()
391
aux = (struct compat_aux_sigframe __user *) sf->uc.
uc_regspace
;
in compat_setup_sigframe()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
signal.c
174
aux = (char __user *) sf->uc.
uc_regspace
;
in restore_sigframe()
286
aux = (struct aux_sigframe __user *) sf->uc.
uc_regspace
;
in setup_sigframe()
Completed in 6 milliseconds