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:save_fpu
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
fpu.h
15
extern void
save_fpu
(struct task_struct *__tsk);
83
save_fpu
(current);
95
save_fpu
(last_task_used_math);
113
save_fpu
(tsk);
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
fpu.h
22
extern void
save_fpu
(struct task_struct *__tsk);
27
#define
save_fpu
(tsk) do { } while (0)
macro
44
save_fpu
(tsk);
in __unlazy_fpu()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
fpu.h
22
extern void
save_fpu
(struct task_struct *__tsk);
27
#define
save_fpu
(tsk) do { } while (0)
macro
44
save_fpu
(tsk);
in __unlazy_fpu()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H
A
D
fpu.c
21
void
save_fpu
(struct task_struct *tsk)
in save_fpu()
function
147
save_fpu
(last_task_used_math);
in store_fpu_for_suspend()
172
save_fpu
(last_task_used_math);
in do_fpu_context_switch()
H
A
D
process.c
186
save_fpu
(current);
in copy_thread()
H
A
D
signal.c
68
save_fpu
(last_task_used_math);
in setup_sigcontext_fpu()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
switch_to.h
43
extern void
save_fpu
(struct task_struct *);
49
static inline void
save_fpu
(struct task_struct *t) { }
in save_fpu()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
switch_to.h
43
extern void
save_fpu
(struct task_struct *);
49
static inline void
save_fpu
(struct task_struct *t) { }
in save_fpu()
function
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
thread_info.h
116
static inline void
save_fpu
(void)
in save_fpu()
function
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
fpu.S
133
*
save_fpu
(tsk)
137
_GLOBAL(
save_fpu
)
H
A
D
process.c
158
save_fpu
(tsk);
in __giveup_fpu()
583
save_fpu
(tsk);
in save_all()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
fpu.S
139
*
save_fpu
(tsk)
143
_GLOBAL(
save_fpu
)
H
A
D
process.c
157
save_fpu
(tsk);
in __giveup_fpu()
582
save_fpu
(tsk);
in save_all()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H
A
D
fpu.c
27
void
save_fpu
(struct task_struct *tsk)
in save_fpu()
function
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H
A
D
fpu.c
41
void
save_fpu
(struct task_struct *tsk)
in save_fpu()
function
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H
A
D
fpu.c
41
void
save_fpu
(struct task_struct *tsk)
in save_fpu()
function
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/
H
A
D
fpu.c
27
void
save_fpu
(struct task_struct *tsk)
in save_fpu()
function
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
signal.c
533
save_fpu
();
in do_work_pending()
Completed in 13 milliseconds