Home
last modified time | relevance | path

Searched refs:write_c0_userlocal (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Dpm.c56 write_c0_userlocal(current_thread_info()->tp_value); in mips_cpu_restore()
Dsyscall.c94 write_c0_userlocal(addr); in SYSCALL_DEFINE1()
/linux-4.1.27/arch/mips/include/asm/
Dswitch_to.h122 write_c0_userlocal(current_thread_info()->tp_value); \
Dmipsregs.h1119 #define write_c0_userlocal(val) __write_ulong_c0_register($4, 2, val) macro