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:fpregs
(Results
1 - 25
of
65
) sorted by relevance
1
2
3
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
riscv64.rs
22
pub struct
fpregs
{
structure names
H
A
D
aarch64.rs
19
pub struct
fpregs
{
structure names
/kernel/linux/linux-5.10/arch/s390/include/asm/fpu/
H
A
D
internal.h
41
static inline void fpregs_store(_s390_fp_regs *
fpregs
, struct fpu *fpu)
in fpregs_store()
argument
52
static inline void fpregs_load(_s390_fp_regs *
fpregs
, struct fpu *fpu)
in fpregs_load()
argument
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/fpu/
H
A
D
internal.h
41
static inline void fpregs_store(_s390_fp_regs *
fpregs
, struct fpu *fpu)
in fpregs_store()
argument
52
static inline void fpregs_load(_s390_fp_regs *
fpregs
, struct fpu *fpu)
in fpregs_load()
argument
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
sigutil_64.c
17
unsigned long *
fpregs
= current_thread_info()->
fpregs
;
in save_fpu_state()
local
37
unsigned long *
fpregs
= current_thread_info()->
fpregs
;
in restore_fpu_state()
local
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
sigutil_64.c
17
unsigned long *
fpregs
= current_thread_info()->
fpregs
;
in save_fpu_state()
local
37
unsigned long *
fpregs
= current_thread_info()->
fpregs
;
in restore_fpu_state()
local
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
ucontext.h
17
fpregset_t
fpregs
;
member
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H
A
D
process.c
144
int dump_fpu(struct pt_regs *regs, elf_fpregset_t *
fpregs
)
in dump_fpu()
argument
/kernel/linux/linux-5.10/arch/nds32/kernel/
H
A
D
fpu.c
85
void load_fpu(const struct fpu_struct *
fpregs
)
in load_fpu()
argument
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
ucontext.h
17
fpregset_t
fpregs
;
member
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
fpstate.h
25
__u64
fpregs
[32];
member
H
A
D
user.h
43
}
fpregs
[8];
member
90
unsigned long long
fpregs
[32];
member
/kernel/linux/linux-5.10/arch/x86/um/
H
A
D
ptrace_64.c
219
struct user_i387_struct
fpregs
;
in get_fpregs()
local
236
struct user_i387_struct
fpregs
;
in set_fpregs()
local
H
A
D
ptrace_32.c
199
struct user_i387_struct
fpregs
;
in get_fpregs()
local
216
struct user_i387_struct
fpregs
;
in set_fpregs()
local
229
struct user_fxsr_struct
fpregs
;
in get_fpxregs()
local
245
struct user_fxsr_struct
fpregs
;
set_fpxregs()
local
[all...]
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
fpstate.h
25
__u64
fpregs
[32];
member
H
A
D
user.h
43
}
fpregs
[8];
member
86
unsigned long long
fpregs
[32];
member
/kernel/linux/linux-6.6/arch/x86/um/
H
A
D
ptrace_64.c
220
struct user_i387_struct
fpregs
;
in get_fpregs()
local
237
struct user_i387_struct
fpregs
;
in set_fpregs()
local
H
A
D
ptrace_32.c
200
struct user_i387_struct
fpregs
;
in get_fpregs()
local
217
struct user_i387_struct
fpregs
;
in set_fpregs()
local
230
struct user_fxsr_struct
fpregs
;
in get_fpxregs()
local
246
struct user_fxsr_struct
fpregs
;
set_fpxregs()
local
[all...]
/kernel/linux/linux-5.10/arch/csky/abiv2/
H
A
D
fpu.c
153
unsigned long *
fpregs
;
in save_to_user_fp()
local
215
unsigned long *
fpregs
;
in restore_from_user_fp()
local
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
compat_linux.h
51
_s390_fp_regs32
fpregs
;
member
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
sigcontext.h
64
_s390_fp_regs
fpregs
;
member
/kernel/linux/linux-6.6/arch/csky/abiv2/
H
A
D
fpu.c
153
unsigned long *
fpregs
;
in save_to_user_fp()
local
215
unsigned long *
fpregs
;
in restore_from_user_fp()
local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
pkey-powerpc.h
16
#define
fpregs
fp_regs
macro
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
compat_linux.h
43
_s390_fp_regs32
fpregs
;
member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
sigcontext.h
64
_s390_fp_regs
fpregs
;
member
Completed in 9 milliseconds
1
2
3