Searched refs:cp0_psr (Results 1 – 8 of 8) sorted by relevance
/arch/score/kernel/ |
D | process.c | 54 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()
|
D | asm-offsets.c | 78 OFFSET(PT_PSR, pt_regs, cp0_psr); in output_ptreg_defines() 132 OFFSET(THREAD_PSR, task_struct, thread.cp0_psr); in output_thread_defines()
|
D | signal.c | 50 err |= __put_user(regs->cp0_psr, &sc->sc_psr); in setup_sigcontext() 92 regs->cp0_psr = (int) reg; in restore_sigcontext()
|
D | traps.c | 144 regs->cp0_ema, regs->cp0_epc, print_tainted(), regs->cp0_psr, in show_regs()
|
/arch/score/include/asm/ |
D | processor.h | 54 unsigned long cp0_psr; member 92 .cp0_psr = 0, \
|
D | user.h | 17 unsigned long cp0_psr; member
|
D | ptrace.h | 13 #define user_mode(regs) ((regs->cp0_psr & 8) == 8)
|
/arch/score/include/uapi/asm/ |
D | ptrace.h | 60 unsigned long cp0_psr; member
|