/bionic/libc/kernel/arch-mips/asm/ |
system.h | 34 #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) macro
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
system.h | 34 #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) macro
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
system.h | 34 #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) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
system.h | 34 #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) macro
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
system.h | 34 #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) macro
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
system.h | 34 #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) macro
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
system.h | 34 #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) macro
|
/external/kernel-headers/original/asm-mips/ |
system.h | 27 * switch_to(n) should switch tasks to task nr n, first 65 #define switch_to(prev, next, last) \ macro
|
/external/kernel-headers/original/asm-x86/ |
system_32.h | 19 #define switch_to(prev,next,last) do { \ macro
|
/external/kernel-headers/original/asm-arm/ |
system.h | 189 * switch_to(prev, next) should switch from task `prev' to `next' 195 #define switch_to(prev,next,last) \ macro
|