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:FPU_CSR_ALL_S
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
fpu-probe.c
54
mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E |
FPU_CSR_ALL_S
| FPU_CSR_RM;
in cpu_set_fpu_fcsr_mask()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
fpu-probe.c
54
mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E |
FPU_CSR_ALL_S
| FPU_CSR_RM;
in cpu_set_fpu_fcsr_mask()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
cpu-probe.c
36
mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E |
FPU_CSR_ALL_S
| FPU_CSR_RM;
in cpu_set_fpu_fcsr_mask()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
cpu-probe.c
35
mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E |
FPU_CSR_ALL_S
| FPU_CSR_RM;
in cpu_set_fpu_fcsr_mask()
/kernel/linux/linux-5.10/arch/mips/math-emu/
H
A
D
cp1emu.c
874
value = fcr31 & (FPU_CSR_ALL_X |
FPU_CSR_ALL_S
);
in cop1_cfc()
943
fcr31 &= ~(FPU_CSR_ALL_X |
FPU_CSR_ALL_S
);
in cop1_ctc()
944
fcr31 |= value & (FPU_CSR_ALL_X |
FPU_CSR_ALL_S
);
in cop1_ctc()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H
A
D
cp1emu.c
874
value = fcr31 & (FPU_CSR_ALL_X |
FPU_CSR_ALL_S
);
in cop1_cfc()
943
fcr31 &= ~(FPU_CSR_ALL_X |
FPU_CSR_ALL_S
);
in cop1_ctc()
944
fcr31 |= value & (FPU_CSR_ALL_X |
FPU_CSR_ALL_S
);
in cop1_ctc()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
loongarch.h
1392
#define
FPU_CSR_ALL_S
0x001f0000
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mipsregs.h
1200
#define
FPU_CSR_ALL_S
0x0000007c
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
loongarchregs.h
1608
#define
FPU_CSR_ALL_S
0x001f0000
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mipsregs.h
1189
#define
FPU_CSR_ALL_S
0x0000007c
macro
Completed in 28 milliseconds