Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H 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()
195 err = __put_user(current->thread.fpu.msacsr, &msa->csr); in save_msa_extcontext()
199 err |= __put_user(val, &msa->wr[i]); in save_msa_extcontext()
203 err |= __put_user(MSA_EXTCONTEXT_MAGIC, &msa->ext.magic); 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()
[all …]
H A Dgenex.S583 BUILD_HANDLER msa msa sti silent /* #21 */
H 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
/linux/arch/mips/include/asm/
H 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 …]
/linux/arch/mips/kvm/
H A DMakefile9 kvm-$(CONFIG_CPU_HAS_MSA) += msa.o
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm670-google-sargo.dts89 wlan_msa_mem: wlan-msa@94d00000 {
H A Dsdm630.dtsi438 wlan_msa_guard: wlan-msa-guard@85600000 {
443 wlan_msa_mem: wlan-msa-mem@85700000 {
2453 qcom,no-msa-ready-indicator;
H A Dsdm850-huawei-matebook-e-2019.dts143 wlan_msa_mem: wlan-msa@8c400000 {
H A Dagatti.dtsi335 wlan_msa_mem: wlan-msa@51900000 {
2387 qcom,msa-fixed-perm;
H A Dsm6375.dtsi1748 qcom,msa-fixed-perm;
H A Dsdm670.dtsi556 wlan_msa_mem: wlan-msa@93300000 {
H A Dsm6350.dtsi3012 qcom,msa-fixed-perm;
H A Dsm6115.dtsi3013 qcom,msa-fixed-perm;
H A Dsc8180x.dtsi3988 qcom,msa-fixed-perm;
H A Dsc7180.dtsi3901 qcom,msa-fixed-perm;
H A Dsdm845.dtsi852 wlan_msa_mem: wlan-msa@8df00000 {
/linux/drivers/dma/
H A Dimx-sdma.c356 u32 msa; member