HomeSort by relevance Sort by last modified time
    Searched refs:switch_to (Results 1 - 7 of 7) sorted by null

  /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
  /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

Completed in 1270 milliseconds