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:cpu_has_msa
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
msa.h
99
if (
cpu_has_msa
) {
in enable_msa()
107
if (
cpu_has_msa
) {
in disable_msa()
115
if (!
cpu_has_msa
)
in is_msa_enabled()
124
* Check
cpu_has_msa
only if it's a constant. This will allow the
in thread_msa_context_live()
128
if (__builtin_constant_p(
cpu_has_msa
) && !
cpu_has_msa
)
in thread_msa_context_live()
136
if (
cpu_has_msa
)
in save_msa()
142
if (
cpu_has_msa
)
in restore_msa()
149
* Check
cpu_has_msa
only if it's a constant. This will allow the
in init_msa_upper()
153
if (__builtin_constant_p(
cpu_has_msa
)
in init_msa_upper()
[all...]
H
A
D
cpu-features.h
534
#if defined(CONFIG_CPU_HAS_MSA) && !defined(
cpu_has_msa
)
535
# define
cpu_has_msa
__ase(MIPS_ASE_MSA)
macro
536
#elif !defined(
cpu_has_msa
)
537
# define
cpu_has_msa
0
macro
H
A
D
kvm_host.h
788
return (!__builtin_constant_p(
cpu_has_msa
) ||
cpu_has_msa
) &&
in kvm_mips_guest_can_have_msa()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
msa.h
99
if (
cpu_has_msa
) {
in enable_msa()
107
if (
cpu_has_msa
) {
in disable_msa()
115
if (!
cpu_has_msa
)
in is_msa_enabled()
124
* Check
cpu_has_msa
only if it's a constant. This will allow the
in thread_msa_context_live()
128
if (__builtin_constant_p(
cpu_has_msa
) && !
cpu_has_msa
)
in thread_msa_context_live()
136
if (
cpu_has_msa
)
in save_msa()
142
if (
cpu_has_msa
)
in restore_msa()
149
* Check
cpu_has_msa
only if it's a constant. This will allow the
in init_msa_upper()
153
if (__builtin_constant_p(
cpu_has_msa
)
in init_msa_upper()
[all...]
H
A
D
cpu-features.h
532
#if defined(CONFIG_CPU_HAS_MSA) && !defined(
cpu_has_msa
)
533
# define
cpu_has_msa
__ase(MIPS_ASE_MSA)
macro
534
#elif !defined(
cpu_has_msa
)
535
# define
cpu_has_msa
0
macro
H
A
D
kvm_host.h
706
return (!__builtin_constant_p(
cpu_has_msa
) ||
cpu_has_msa
) &&
in kvm_mips_guest_can_have_msa()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
H
A
D
cpu-feature-overrides.h
81
#define
cpu_has_msa
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-au1x00/
H
A
D
cpu-feature-overrides.h
80
#define
cpu_has_msa
0
macro
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
mips.c
1102
r =
cpu_has_msa
&& !(boot_cpu_data.msa_id & MSA_IR_WRPF);
in kvm_vm_ioctl_check_extension()
1437
if (
cpu_has_msa
&& sr & ST0_CU1 && !(sr & ST0_FR) &&
in kvm_own_fpu()
1531
if (
cpu_has_msa
&& vcpu->arch.aux_inuse & KVM_MIPS_AUX_MSA) {
in kvm_drop_fpu()
1555
if (
cpu_has_msa
&& vcpu->arch.aux_inuse & KVM_MIPS_AUX_MSA) {
in kvm_lose_fpu()
1620
if (!
cpu_has_msa
||
in kvm_mips_csr_die_notify()
H
A
D
entry.c
707
if (
cpu_has_msa
) {
in kvm_mips_build_exit()
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
mips.c
1071
r =
cpu_has_msa
&& !(boot_cpu_data.msa_id & MSA_IR_WRPF);
in kvm_vm_ioctl_check_extension()
1387
if (
cpu_has_msa
&& sr & ST0_CU1 && !(sr & ST0_FR) &&
in kvm_own_fpu()
1481
if (
cpu_has_msa
&& vcpu->arch.aux_inuse & KVM_MIPS_AUX_MSA) {
in kvm_drop_fpu()
1505
if (
cpu_has_msa
&& vcpu->arch.aux_inuse & KVM_MIPS_AUX_MSA) {
in kvm_lose_fpu()
1560
if (!
cpu_has_msa
||
in kvm_mips_csr_die_notify()
H
A
D
entry.c
670
if (
cpu_has_msa
) {
in kvm_mips_build_exit()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
proc.c
127
if (
cpu_has_msa
) seq_printf(m, "%s", " msa");
in show_cpuinfo()
H
A
D
cpu-probe.c
2070
if (
cpu_has_msa
) {
in cpu_probe()
2136
if (
cpu_has_msa
)
in cpu_report()
H
A
D
unaligned.c
467
if (!
cpu_has_msa
)
in emulate_load_store_insn()
H
A
D
traps.c
1537
if (!
cpu_has_msa
|| test_thread_flag(TIF_32BIT_FPREGS)) {
in do_msa()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
proc.c
138
if (
cpu_has_msa
)
in show_cpuinfo()
H
A
D
cpu-probe.c
1943
if (
cpu_has_msa
) {
in cpu_probe()
2011
if (
cpu_has_msa
)
in cpu_report()
H
A
D
unaligned.c
466
if (!
cpu_has_msa
)
in emulate_load_store_insn()
H
A
D
traps.c
1534
if (!
cpu_has_msa
|| test_thread_flag(TIF_32BIT_FPREGS)) {
in do_msa()
Completed in 33 milliseconds