/bionic/libc/kernel/arch-mips/asm/ |
system.h | 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)
|
mipsregs.h | 507 #define write_c0_userlocal(val) __write_ulong_c0_register($4, 2, val) macro [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
system.h | 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)
|
mipsregs.h | 507 #define write_c0_userlocal(val) __write_ulong_c0_register($4, 2, val) macro [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
system.h | 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)
|
mipsregs.h | 507 #define write_c0_userlocal(val) __write_ulong_c0_register($4, 2, val) macro [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
system.h | 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)
|
mipsregs.h | 507 #define write_c0_userlocal(val) __write_ulong_c0_register($4, 2, val) macro [all...] |
/external/kernel-headers/original/asm-mips/ |
system.h | 78 write_c0_userlocal(current_thread_info()->tp_value); \
|
mipsregs.h | 784 #define write_c0_userlocal(val) __write_ulong_c0_register($4, 2, val) macro [all...] |