Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dsystem.h79 write_c0_userlocal(current_thread_info()->tp_value); \
Dmipsregs.h785 #define write_c0_userlocal(val) __write_ulong_c0_register($4, 2, val) macro
/arch/mips/kernel/
Dsyscall.c288 write_c0_userlocal(addr); in SYSCALL_DEFINE1()