Searched refs:cp0_psr (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/score/include/asm/
H A Duser.h16 unsigned long cp0_psr; member in struct:user_regs_struct
H A Dprocessor.h56 unsigned long cp0_psr; member in struct:thread_struct
94 .cp0_psr = 0, \
H A Dptrace.h70 unsigned long cp0_psr; member in struct:pt_regs
82 #define user_mode(regs) ((regs->cp0_psr & 8) == 8)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/score/include/asm/
H A Duser.h16 unsigned long cp0_psr; member in struct:user_regs_struct
H A Dprocessor.h56 unsigned long cp0_psr; member in struct:thread_struct
94 .cp0_psr = 0, \
H A Dptrace.h70 unsigned long cp0_psr; member in struct:pt_regs
82 #define user_mode(regs) ((regs->cp0_psr & 8) == 8)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/score/kernel/
H A Dprocess.c69 status = regs->cp0_psr & ~(KU_MASK);
71 regs->cp0_psr = status;
103 if (childregs->cp0_psr & 0x8) { /* test kernel fork or user fork */
112 p->thread.cp0_psr = 0;
142 regs.cp0_psr = (regs.cp0_psr & ~(0x1|0x4|0x8)) | \
143 ((regs.cp0_psr & 0x3) << 2);
H A Dasm-offsets.c78 OFFSET(PT_PSR, pt_regs, cp0_psr);
134 OFFSET(THREAD_PSR, task_struct, thread.cp0_psr);
H A Dsignal.c51 err |= __put_user(regs->cp0_psr, &sc->sc_psr);
93 regs->cp0_psr = (int) reg;
H A Dtraps.c134 regs->cp0_ema, regs->cp0_epc, print_tainted(), regs->cp0_psr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/score/kernel/
H A Dprocess.c69 status = regs->cp0_psr & ~(KU_MASK);
71 regs->cp0_psr = status;
103 if (childregs->cp0_psr & 0x8) { /* test kernel fork or user fork */
112 p->thread.cp0_psr = 0;
142 regs.cp0_psr = (regs.cp0_psr & ~(0x1|0x4|0x8)) | \
143 ((regs.cp0_psr & 0x3) << 2);
H A Dasm-offsets.c78 OFFSET(PT_PSR, pt_regs, cp0_psr);
134 OFFSET(THREAD_PSR, task_struct, thread.cp0_psr);
H A Dsignal.c51 err |= __put_user(regs->cp0_psr, &sc->sc_psr);
93 regs->cp0_psr = (int) reg;
H A Dtraps.c134 regs->cp0_ema, regs->cp0_epc, print_tainted(), regs->cp0_psr,

Completed in 139 milliseconds