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
defs:sc_fpregs
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/riscv/include/uapi/asm/
H
A
D
sigcontext.h
19
union __riscv_fp_state
sc_fpregs
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-riscv/asm/
H
A
D
sigcontext.h
24
union __riscv_fp_state
sc_fpregs
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-riscv/asm/
H
A
D
sigcontext.h
24
union __riscv_fp_state
sc_fpregs
;
member
/kernel/linux/linux-6.6/arch/riscv/include/uapi/asm/
H
A
D
sigcontext.h
33
union __riscv_fp_state
sc_fpregs
;
member
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
H
A
D
sigcontext.h
19
unsigned long
sc_fpregs
[2*3]; /* room for two fp registers */
member
/kernel/linux/linux-5.10/arch/sh/include/uapi/asm/
H
A
D
sigcontext.h
18
unsigned long
sc_fpregs
[16];
member
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh4/cpu/
H
A
D
sigcontext.h
18
unsigned long
sc_fpregs
[16];
member
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H
A
D
sigcontext.h
19
unsigned long
sc_fpregs
[2*3]; /* room for two fp registers */
member
/kernel/linux/linux-6.6/arch/sh/include/uapi/asm/
H
A
D
sigcontext.h
18
unsigned long
sc_fpregs
[16];
member
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh4/cpu/
H
A
D
sigcontext.h
18
unsigned long
sc_fpregs
[16];
member
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
sigcontext.h
21
__u64
sc_fpregs
[32];
member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
sigcontext.h
21
__u64
sc_fpregs
[32];
member
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
sigcontext.h
39
unsigned long long
sc_fpregs
[32];
member
72
__u64
sc_fpregs
[32];
member
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
sigcontext.h
20
long
sc_fpregs
[32];
member
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
sigcontext.h
39
unsigned long long
sc_fpregs
[32];
member
72
__u64
sc_fpregs
[32];
member
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
sigcontext.h
20
long
sc_fpregs
[32];
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
sigcontext.h
33
unsigned long long
sc_fpregs
[32];
member
53
__u64
sc_fpregs
[32];
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
sigcontext.h
33
unsigned long long
sc_fpregs
[32];
member
53
__u64
sc_fpregs
[32];
member
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
signal.c
34
restore_fp_state(struct pt_regs *regs, union __riscv_fp_state __user *
sc_fpregs
)
restore_fp_state()
argument
61
save_fp_state(struct pt_regs *regs, union __riscv_fp_state __user *
sc_fpregs
)
save_fp_state()
argument
[all...]
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
compat_signal.c
19
union __riscv_fp_state
sc_fpregs
;
member
49
compat_restore_fp_state(struct pt_regs *regs, union __riscv_fp_state __user *
sc_fpregs
)
compat_restore_fp_state()
argument
76
compat_save_fp_state(struct pt_regs *regs, union __riscv_fp_state __user *
sc_fpregs
)
compat_save_fp_state()
argument
[all...]
H
A
D
signal.c
42
restore_fp_state(struct pt_regs *regs, union __riscv_fp_state __user *
sc_fpregs
)
restore_fp_state()
argument
56
save_fp_state(struct pt_regs *regs, union __riscv_fp_state __user *
sc_fpregs
)
save_fp_state()
argument
/third_party/musl/arch/mips/bits/
H
A
D
signal.h
24
fpregset_t
sc_fpregs
;
member
/third_party/musl/arch/sh/bits/
H
A
D
signal.h
26
unsigned long
sc_fpregs
[16];
member
/third_party/musl/arch/m68k/bits/
H
A
D
signal.h
57
unsigned long
sc_fpregs
[6], sc_fpcntl[3];
member
/third_party/musl/arch/mips64/bits/
H
A
D
signal.h
24
unsigned long long
sc_fpregs
[32];
member
Completed in 9 milliseconds
1
2