Home
last modified time | relevance | path

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

/arch/score/kernel/
Dprocess.c54 status = regs->cp0_psr & ~(KU_MASK); in start_thread()
56 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.c144 regs->cp0_ema, regs->cp0_epc, print_tainted(), regs->cp0_psr, in show_regs()
/arch/score/include/asm/
Dprocessor.h54 unsigned long cp0_psr; member
92 .cp0_psr = 0, \
Duser.h17 unsigned long cp0_psr; member
Dptrace.h13 #define user_mode(regs) ((regs->cp0_psr & 8) == 8)
/arch/score/include/uapi/asm/
Dptrace.h60 unsigned long cp0_psr; member