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:CIF_FPU
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
fpu.c
209
clear_cpu_flag(
CIF_FPU
);
in __load_fpu_regs()
228
if (test_cpu_flag(
CIF_FPU
))
in save_fpu_regs()
260
set_cpu_flag(
CIF_FPU
);
in save_fpu_regs()
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
nmi.c
223
if (!test_cpu_flag(
CIF_FPU
))
in s390_check_registers()
236
if (!test_cpu_flag(
CIF_FPU
))
in s390_check_registers()
250
if (!test_cpu_flag(
CIF_FPU
))
in s390_check_registers()
H
A
D
entry.S
899
#
CIF_FPU
is set, restore floating-point controls and floating-point registers.
1021
* some other work. The
CIF_FPU
flag is set to trigger a lazy restore
1036
j .Lsave_fpu_regs_done # -> set
CIF_FPU
flag
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
entry-common.h
44
if (test_cpu_flag(
CIF_FPU
))
in arch_exit_to_user_mode()
H
A
D
processor.h
18
#define
CIF_FPU
3 /* restore FPU registers */
macro
24
#define _CIF_FPU BIT(
CIF_FPU
)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
processor.h
20
#define
CIF_FPU
3 /* restore FPU registers */
macro
29
#define _CIF_FPU BIT(
CIF_FPU
)
/kernel/linux/linux-5.10/arch/s390/include/asm/fpu/
H
A
D
api.h
98
if (!test_cpu_flag(
CIF_FPU
))
in kernel_fpu_begin()
/kernel/linux/linux-6.6/arch/s390/include/asm/fpu/
H
A
D
api.h
101
if (!test_cpu_flag(
CIF_FPU
))
in kernel_fpu_begin()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
vsie.c
1137
if (test_cpu_flag(
CIF_FPU
))
H
A
D
kvm-s390.c
4833
if (test_cpu_flag(
CIF_FPU
))
in __vcpu_run()
Completed in 13 milliseconds