Searched refs:cpu_has_msa (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dmsa.h99 if (cpu_has_msa) {
107 if (cpu_has_msa) {
115 if (!cpu_has_msa)
124 * Check cpu_has_msa only if it's a constant. This will allow the
128 if (__builtin_constant_p(cpu_has_msa) && !cpu_has_msa)
136 if (cpu_has_msa)
142 if (cpu_has_msa)
149 * Check cpu_has_msa only if it's a constant. This will allow the
153 if (__builtin_constant_p(cpu_has_msa)
[all...]
H A Dcpu-features.h532 #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 Dkvm_host.h706 return (!__builtin_constant_p(cpu_has_msa) || cpu_has_msa) &&
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h80 #define cpu_has_msa 0 macro
/linux-master/arch/mips/kvm/
H A Dmips.c1071 r = cpu_has_msa && !(boot_cpu_data.msa_id & MSA_IR_WRPF);
1387 if (cpu_has_msa && sr & ST0_CU1 && !(sr & ST0_FR) &&
1481 if (cpu_has_msa && vcpu->arch.aux_inuse & KVM_MIPS_AUX_MSA) {
1505 if (cpu_has_msa && vcpu->arch.aux_inuse & KVM_MIPS_AUX_MSA) {
1560 if (!cpu_has_msa ||
H A Dentry.c617 if (cpu_has_msa) {
/linux-master/arch/mips/kernel/
H A Dproc.c138 if (cpu_has_msa)
H A Dcpu-probe.c1942 if (cpu_has_msa) {
2010 if (cpu_has_msa)
H A Dunaligned.c467 if (!cpu_has_msa)
H A Dtraps.c1535 if (!cpu_has_msa || test_thread_flag(TIF_32BIT_FPREGS)) {

Completed in 192 milliseconds