Home
last modified time | relevance | path

Searched refs:cp0_psr (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/score/kernel/
Dprocess.c52 status = regs->cp0_psr & ~(KU_MASK); in start_thread()
54 regs->cp0_psr = status; in start_thread()
93 p->thread.cp0_psr = 0; in copy_thread()
Dasm-offsets.c78 OFFSET(PT_PSR, pt_regs, cp0_psr); in output_ptreg_defines()
132 OFFSET(THREAD_PSR, task_struct, thread.cp0_psr); in output_thread_defines()
Dsignal.c50 err |= __put_user(regs->cp0_psr, &sc->sc_psr); in setup_sigcontext()
92 regs->cp0_psr = (int) reg; in restore_sigcontext()
Dtraps.c139 regs->cp0_ema, regs->cp0_epc, print_tainted(), regs->cp0_psr, in show_regs()
/linux-4.1.27/arch/score/include/asm/
Dprocessor.h55 unsigned long cp0_psr; member
93 .cp0_psr = 0, \
Duser.h16 unsigned long cp0_psr; member
Dptrace.h12 #define user_mode(regs) ((regs->cp0_psr & 8) == 8)
/linux-4.1.27/arch/score/include/uapi/asm/
Dptrace.h59 unsigned long cp0_psr; member