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:fxsave
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H
A
D
legacy.h
103
static inline void
fxsave
(struct fxregs_state *fx)
in fxsave()
function
H
A
D
regset.c
285
static inline u32 twd_fxsr_to_i387(struct fxregs_state *
fxsave
)
in twd_fxsr_to_i387()
argument
330
__convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk, struct fxregs_state *
fxsave
)
__convert_from_fxsr()
argument
373
convert_to_fxsr(struct fxregs_state *
fxsave
, const struct user_i387_ia32_struct *env)
convert_to_fxsr()
argument
405
struct fxregs_state
fxsave
, *fx;
fpregs_get()
local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H
A
D
regset.c
179
static inline u32 twd_fxsr_to_i387(struct fxregs_state *
fxsave
)
in twd_fxsr_to_i387()
argument
227
struct fxregs_state *
fxsave
= &tsk->thread.fpu.state.
fxsave
;
in convert_from_fxsr()
local
261
convert_to_fxsr(struct fxregs_state *
fxsave
, const struct user_i387_ia32_struct *env)
convert_to_fxsr()
argument
[all...]
/kernel/linux/linux-5.10/arch/x86/um/
H
A
D
signal.c
37
static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *
fxsave
)
in twd_fxsr_to_i387()
argument
82
convert_fxsr_to_user(struct _fpstate __user *buf, struct user_fxsr_struct *
fxsave
)
convert_fxsr_to_user()
argument
115
convert_fxsr_from_user(struct user_fxsr_struct *
fxsave
, struct _fpstate __user *buf)
convert_fxsr_from_user()
argument
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
H
A
D
internal.h
208
static inline void
fxsave
(struct fxregs_state *fx)
in fxsave()
function
H
A
D
types.h
306
struct fxregs_state
fxsave
;
member
/kernel/linux/linux-6.6/arch/x86/um/
H
A
D
signal.c
38
static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *
fxsave
)
in twd_fxsr_to_i387()
argument
83
convert_fxsr_to_user(struct _fpstate __user *buf, struct user_fxsr_struct *
fxsave
)
convert_fxsr_to_user()
argument
116
convert_fxsr_from_user(struct user_fxsr_struct *
fxsave
, struct _fpstate __user *buf)
convert_fxsr_from_user()
argument
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/fpu/
H
A
D
types.h
350
struct fxregs_state
fxsave
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
10094
struct fxregs_state *
fxsave
;
in kvm_arch_vcpu_ioctl_get_fpu()
local
10114
struct fxregs_state *
fxsave
;
kvm_arch_vcpu_ioctl_set_fpu()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
11751
struct fxregs_state *
fxsave
;
in kvm_arch_vcpu_ioctl_get_fpu()
local
11774
struct fxregs_state *
fxsave
;
kvm_arch_vcpu_ioctl_set_fpu()
local
[all...]
Completed in 33 milliseconds