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:MIPS_FPIR_F64
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
elf.c
255
state->overall_fp_mode = ((raw_current_cpu_data.fpu_id &
MIPS_FPIR_F64
) &&
in arch_check_elf()
H
A
D
fpu-probe.c
263
value |=
MIPS_FPIR_F64
| MIPS_FPIR_L | MIPS_FPIR_W;
in cpu_set_nofpu_id()
H
A
D
process.c
796
!(raw_current_cpu_data.fpu_id &
MIPS_FPIR_F64
))
in mips_set_process_fp_mode()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
elf.c
255
state->overall_fp_mode = ((raw_current_cpu_data.fpu_id &
MIPS_FPIR_F64
) &&
in arch_check_elf()
H
A
D
fpu-probe.c
263
value |=
MIPS_FPIR_F64
| MIPS_FPIR_L | MIPS_FPIR_W;
in cpu_set_nofpu_id()
H
A
D
process.c
812
!(raw_current_cpu_data.fpu_id &
MIPS_FPIR_F64
))
in mips_set_process_fp_mode()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
mips.c
604
if (boot_cpu_data.fpu_id &
MIPS_FPIR_F64
)
in kvm_mips_num_regs()
637
if (i & 1 && !(boot_cpu_data.fpu_id &
MIPS_FPIR_F64
))
in kvm_mips_copy_reg_indices()
H
A
D
vz.c
1335
if (!(boot_cpu_data.fpu_id &
MIPS_FPIR_F64
))
in kvm_trap_vz_handle_gsfc()
H
A
D
emulate.c
1407
if (!(current_cpu_data.fpu_id &
MIPS_FPIR_F64
))
in kvm_mips_emulate_CP0()
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
mips.c
589
if (boot_cpu_data.fpu_id &
MIPS_FPIR_F64
)
in kvm_mips_num_regs()
622
if (i & 1 && !(boot_cpu_data.fpu_id &
MIPS_FPIR_F64
))
in kvm_mips_copy_reg_indices()
H
A
D
vz.c
1333
if (!(boot_cpu_data.fpu_id &
MIPS_FPIR_F64
))
in kvm_trap_vz_handle_gsfc()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mipsregs.h
1109
#define
MIPS_FPIR_F64
(_ULCAST_(1) << 22)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mipsregs.h
1098
#define
MIPS_FPIR_F64
(_ULCAST_(1) << 22)
macro
Completed in 31 milliseconds