Home
last modified time | relevance | path

Searched refs:msa (Results 1 – 17 of 17) sorted by relevance

/arch/mips/kernel/
A Dsignal.c165 struct msa_extcontext __user *msa = buf; in save_msa_extcontext() local
188 err = __put_user(read_msa_csr(), &msa->csr); in save_msa_extcontext()
189 err |= _save_msa_all_upper(&msa->wr); in save_msa_extcontext()
199 err |= __put_user(val, &msa->wr[i]); in save_msa_extcontext()
204 err |= __put_user(sizeof(*msa), &msa->ext.size); in save_msa_extcontext()
206 return err ? -EFAULT : sizeof(*msa); in save_msa_extcontext()
211 struct msa_extcontext __user *msa = buf; in restore_msa_extcontext() local
216 if (size != sizeof(*msa)) in restore_msa_extcontext()
219 err = get_user(csr, &msa->csr); in restore_msa_extcontext()
236 err |= _restore_msa_all_upper(&msa->wr); in restore_msa_extcontext()
[all …]
A Dgenex.S583 BUILD_HANDLER msa msa sti silent /* #21 */
A Dtraps.c1276 static int enable_restore_fp_context(int msa) in enable_restore_fp_context() argument
1287 if (msa && !err) { in enable_restore_fp_context()
1335 if (!msa && !thread_msa_context_live()) in enable_restore_fp_context()
1397 static int enable_restore_fp_context(int msa) in enable_restore_fp_context() argument
/arch/mips/include/asm/
A Dasmmacro.h253 .set msa
262 .set msa
271 .set msa
280 .set msa
289 .set msa
298 .set msa
307 .set msa
316 .set msa
325 .set msa
334 .set msa
[all …]
/arch/mips/kvm/
A DMakefile9 kvm-$(CONFIG_CPU_HAS_MSA) += msa.o
/arch/mips/
A DMakefile239 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
240 cflags-$(toolchain-msa) += -DTOOLCHAIN_SUPPORTS_MSA
/arch/arm64/boot/dts/qcom/
A Dsdm670-google-sargo.dts81 wlan_msa_mem: wlan-msa@94d00000 {
A Dsdm630.dtsi438 wlan_msa_guard: wlan-msa-guard@85600000 {
443 wlan_msa_mem: wlan-msa-mem@85700000 {
2453 qcom,no-msa-ready-indicator;
A Dqcm2290.dtsi331 wlan_msa_mem: wlan-msa@51900000 {
2117 qcom,msa-fixed-perm;
A Dsdm670.dtsi556 wlan_msa_mem: wlan-msa@93300000 {
A Dsm6375.dtsi1742 qcom,msa-fixed-perm;
A Dmsm8998.dtsi3397 qcom,no-msa-ready-indicator;
A Dsm6115.dtsi3013 qcom,msa-fixed-perm;
A Dsm6350.dtsi2960 qcom,msa-fixed-perm;
A Dsc8180x.dtsi3935 qcom,msa-fixed-perm;
A Dsc7180.dtsi3849 qcom,msa-fixed-perm;
A Dsdm845.dtsi852 wlan_msa_mem: wlan-msa@8df00000 {

Completed in 65 milliseconds