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:restore_math
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
switch_to.h
27
void
restore_math
(struct pt_regs *regs);
29
static inline void
restore_math
(struct pt_regs *regs)
in restore_math()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
switch_to.h
27
void
restore_math
(struct pt_regs *regs);
29
static inline void
restore_math
(struct pt_regs *regs)
in restore_math()
function
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
syscall_64.c
227
* it means the regs were given up and
restore_math
in syscall_exit_prepare()
232
restore_math
(regs);
in syscall_exit_prepare()
303
/* See above
restore_math
comment */
in interrupt_exit_user_prepare()
305
restore_math
(regs);
in interrupt_exit_user_prepare()
H
A
D
process.c
119
/* notrace because it's called by
restore_math
*/
137
/* notrace because it's called by
restore_math
*/
509
* The exception exit path calls
restore_math
() with interrupts hard disabled
513
* Rather than complicate the exit path, just don't trace
restore_math
. This
518
void notrace
restore_math
(struct pt_regs *regs)
in restore_math()
function
1062
*
restore_math
() to reload.
in tm_recheckpoint_new_task()
1120
/* Ensure that
restore_math
() will restore */
in restore_tm_state()
1127
restore_math
(regs);
in restore_tm_state()
1310
* A new task does not need to
restore_math
because it will
in __switch_to()
1314
restore_math
(curren
in __switch_to()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
interrupt.c
218
* it means the regs were given up and
restore_math
in interrupt_exit_user_prepare_main()
223
restore_math
(regs);
in interrupt_exit_user_prepare_main()
H
A
D
process.c
118
/* notrace because it's called by
restore_math
*/
136
/* notrace because it's called by
restore_math
*/
508
* The exception exit path calls
restore_math
() with interrupts hard disabled
512
* Rather than complicate the exit path, just don't trace
restore_math
. This
517
void notrace
restore_math
(struct pt_regs *regs)
in restore_math()
function
1080
*
restore_math
() to reload.
in tm_recheckpoint_new_task()
1138
/* Ensure that
restore_math
() will restore */
in restore_tm_state()
1145
restore_math
(regs);
in restore_tm_state()
1383
* A new task does not need to
restore_math
because it will
in __switch_to()
1387
restore_math
(curren
in __switch_to()
[all...]
Completed in 6 milliseconds