Home
last modified time | relevance | path

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

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