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

/bionic/libc/kernel/arch-mips/asm/
H A Dsystem.h34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
35 #define finish_arch_switch(prev) do { if (cpu_has_dsp) __restore_dsp(current); if (cpu_has_userlocal) write_c0_userlocal(current_thread_info()->tp_value); } while (0)
H A 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)
H A Dcpu-features.h152 #ifndef cpu_has_dsp
154 #define cpu_has_dsp (cpu_data[0].ases & MIPS_ASE_DSP) macro

Completed in 259 milliseconds