Home
last modified time | relevance | path

Searched refs:is_dsp_enabled (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/sh/include/asm/
Dswitch_to_32.h6 #define is_dsp_enabled(tsk) \ macro
58 #define is_dsp_enabled(tsk) (0) macro
79 if (is_dsp_enabled(prev)) \
81 if (is_dsp_enabled(next)) \
/linux-4.4.14/arch/sh/kernel/
Dprocess_32.c135 if (is_dsp_enabled(tsk)) { in copy_thread()