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

  /bionic/libc/kernel/arch-mips/asm/
system.h 32 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) macro
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)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
system.h 32 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) macro
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)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
system.h 32 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) macro
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)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
system.h 32 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) macro
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)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
system.h 32 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) macro
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)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
system.h 32 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) macro
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)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
system.h 32 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) macro
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)
  /external/kernel-headers/original/asm-mips/
system.h 48 #define __mips_mt_fpaff_switch_to(prev) \ macro
62 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) macro
67 __mips_mt_fpaff_switch_to(prev); \

Completed in 115 milliseconds