Home
last modified time | relevance | path

Searched refs:cpu_has_dsp (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dsystem.h34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) _…
35 #define finish_arch_switch(prev) do { if (cpu_has_dsp) __restore_dsp(current); if (cpu_has_u…
Ddsp.h31 #define save_dsp(tsk) do { if (cpu_has_dsp) __save_dsp(tsk); } while (0)
34 #define restore_dsp(tsk) do { if (cpu_has_dsp) __restore_dsp(tsk); } while (0)
Dcpu-features.h152 #ifndef cpu_has_dsp
154 #define cpu_has_dsp (cpu_data[0].ases & MIPS_ASE_DSP) macro