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:fprs
(Results
1 - 25
of
34
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/s390/include/asm/fpu/
H
A
D
internal.h
25
static inline void convert_vx_to_fp(freg_t *
fprs
, __vector128 *vxrs)
in convert_vx_to_fp()
argument
33
static inline void convert_fp_to_vx(__vector128 *vxrs, freg_t *
fprs
)
in convert_fp_to_vx()
argument
[all...]
H
A
D
types.h
19
freg_t
fprs
[__NUM_FPRS];
member
33
freg_t
fprs
[__NUM_FPRS];
member
/kernel/linux/linux-6.6/arch/s390/include/asm/fpu/
H
A
D
internal.h
25
static inline void convert_vx_to_fp(freg_t *
fprs
, __vector128 *vxrs)
in convert_vx_to_fp()
argument
33
static inline void convert_fp_to_vx(__vector128 *vxrs, freg_t *
fprs
)
in convert_fp_to_vx()
argument
[all...]
H
A
D
types.h
19
freg_t
fprs
[__NUM_FPRS];
member
33
freg_t
fprs
[__NUM_FPRS];
member
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
sigutil_64.c
18
unsigned long
fprs
;
in save_fpu_state()
local
38
unsigned long
fprs
;
in restore_fpu_state()
local
[all...]
H
A
D
signal_64.c
112
unsigned long
fprs
;
in sparc64_set_context()
local
210
unsigned long
fprs
;
in sparc64_get_context()
local
H
A
D
ptrace_64.c
347
unsigned long
fprs
;
in fpregs64_get()
local
378
unsigned long
fprs
;
in fpregs64_set()
local
706
unsigned long
fprs
;
fpregs32_set()
local
854
unsigned long
fprs
;
setfpregs_set()
local
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
sigutil_64.c
18
unsigned long
fprs
;
in save_fpu_state()
local
38
unsigned long
fprs
;
in restore_fpu_state()
local
[all...]
H
A
D
signal_64.c
112
unsigned long
fprs
;
in sparc64_set_context()
local
210
unsigned long
fprs
;
in sparc64_get_context()
local
H
A
D
ptrace_64.c
346
unsigned long
fprs
;
in fpregs64_get()
local
377
unsigned long
fprs
;
in fpregs64_set()
local
704
unsigned long
fprs
;
fpregs32_set()
local
852
unsigned long
fprs
;
setfpregs_set()
local
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
compat_linux.h
32
freg_t32
fprs
[__NUM_FPRS];
member
H
A
D
crash_dump.c
44
u64
fprs
[16];
member
H
A
D
ptrace.c
1013
freg_t
fprs
[__NUM_FPRS];
in s390_fpregs_set()
local
[all...]
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
sigcontext.h
58
double
fprs
[__NUM_FPRS];
member
H
A
D
kvm.h
189
__u64
fprs
[16];
member
261
__u64
fprs
[16]; /* fp registers (KVM_SYNC_FPRS) */
member
H
A
D
ptrace.h
202
freg_t
fprs
[NUM_FPRS];
member
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
compat_linux.h
32
freg_t32
fprs
[__NUM_FPRS];
member
H
A
D
crash_dump.c
46
u64
fprs
[16];
member
H
A
D
ptrace.c
907
freg_t
fprs
[__NUM_FPRS];
in s390_fpregs_set()
local
[all...]
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
sigcontext.h
58
double
fprs
[__NUM_FPRS];
member
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
sigcontext.h
81
unsigned int
fprs
;
member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
sigcontext.h
81
unsigned int
fprs
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H
A
D
ptrace.h
454
unsigned long *
fprs
, *p, addr;
in peek_fprs()
local
483
int poke_fprs(pid_t child, unsigned long *
fprs
)
in poke_fprs()
argument
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
powerpc.c
1084
static inline u64 sp_to_dp(u32
fprs
)
in sp_to_dp()
argument
1098
u32
fprs
;
in dp_to_sp()
local
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
powerpc.c
1116
static inline u64 sp_to_dp(u32
fprs
)
in sp_to_dp()
argument
1130
u32
fprs
;
in dp_to_sp()
local
Completed in 20 milliseconds
1
2