Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dpm.c52 write_c0_userlocal(current_thread_info()->tp_value); in mips_cpu_restore()
H A Dsyscall.c92 write_c0_userlocal(addr); in SYSCALL_DEFINE1()
/openbmc/linux/arch/mips/include/asm/
H A Dswitch_to.h137 write_c0_userlocal(task_thread_info(next)->tp_value); \
H A Dmipsregs.h1684 #define write_c0_userlocal(val) __write_ulong_c0_register($4, 2, val) macro
/openbmc/linux/drivers/soc/bcm/brcmstb/pm/
H A Dpm-mips.c118 write_c0_userlocal(ctx->cp0_regs[USER_LOCAL]); in brcm_pm_restore_cp0_context()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1121 #define write_c0_userlocal(val) __write_ulong_c0_register($4, 2, val) macro