Searched refs:readfrom (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/arc/include/asm/ |
D | dsp-impl.h | 101 long unsigned int *readfrom = &next->thread.dsp.ACC0_GLO; 103 DSP_AUX_SAVE_RESTORE(saveto, readfrom, ACC0_GLO); 104 DSP_AUX_SAVE_RESTORE(saveto, readfrom, ACC0_GHI); 106 DSP_AUX_SAVE_RESTORE(saveto, readfrom, DSP_BFLY0); 107 DSP_AUX_SAVE_RESTORE(saveto, readfrom, DSP_FFT_CTRL); 110 DSP_AUX_SAVE_RESTORE(saveto, readfrom, AGU_AP0); 111 DSP_AUX_SAVE_RESTORE(saveto, readfrom, AGU_AP1); 112 DSP_AUX_SAVE_RESTORE(saveto, readfrom, AGU_AP2); 113 DSP_AUX_SAVE_RESTORE(saveto, readfrom, AGU_AP3); 115 DSP_AUX_SAVE_RESTORE(saveto, readfrom, AGU_OS0); [all …]
|
/Linux-v6.1/arch/arc/kernel/ |
D | fpu.c | 35 unsigned int *readfrom = &next->thread.fpu.aux_dpfp[0].l; in fpu_save_restore() local 44 : "r" (zero), "r" (*(readfrom + 1)), "r" (*(readfrom)) in fpu_save_restore() 52 : "r" (zero), "r" (*(readfrom + 3)), "r" (*(readfrom + 2)) in fpu_save_restore()
|