Searched refs:PSR_PS (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dpsr.h23 #define PSR_PS 0x00000040 /* previous privilege level */ macro
H A Dhead.h120 rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0;
123 rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0;
H A Dptrace.h66 #define user_mode(regs) (!((regs)->psr & PSR_PS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dpsrcompat.h10 #define PSR_PS 0x00000040 /* previous privilege level */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dtraps.c127 if(regs->psr & PSR_PS)
142 if(regs->psr & PSR_PS)
159 if(psr & PSR_PS)
181 if(psr & PSR_PS)
197 if(regs->psr & PSR_PS) {
226 if(psr & PSR_PS)
331 if(psr & PSR_PS) {
378 if(psr & PSR_PS)
395 if(psr & PSR_PS)
H A Dtrampoline.S47 set (PSR_PIL | PSR_S | PSR_PS), %g1
117 set (PSR_PIL | PSR_S | PSR_PS), %g1
H A Detrap.S82 andcc %t_psr, PSR_PS, %g0 ! fromsupv_p = (psr & PSR_PS)
H A Dwof.S62 * andcc %l0, PSR_PS, %g0
94 andcc %t_psr, PSR_PS, %g0
208 andcc %glob_tmp, PSR_PS, %g0
H A Dwuf.S40 * andcc %l0, PSR_PS, %g0
94 andcc %t_psr, PSR_PS, %g0
H A Dprocess.c433 * ! ! ! {if(PSR_PS) }
438 if (regs->psr & PSR_PS)
456 if(regs->psr & PSR_PS) {
H A Drtrap.S52 andcc %t_psr, PSR_PS, %g0
H A Dentry.S461 andcc %l0, PSR_PS, %g0
654 andcc %l0, PSR_PS, %g0
849 andcc %l0, PSR_PS, %g0
H A Dhead.S998 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dfault.c210 if (regs->psr & PSR_PS) {
228 int from_user = !(regs->psr & PSR_PS);
426 !(regs->psr & PSR_PS)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry.S122 andi gr22,#PSR_PS,gr5 /* try to rebuild original PSR value */
123 andi.p gr22,#~(PSR_PS|PSR_S),gr6
249 andi gr22,#PSR_PS,gr5 /* try to rebuild original PSR value */
250 andi.p gr22,#~(PSR_PS|PSR_S),gr6
524 andi gr22,#PSR_PS,gr5 /* try to rebuild original PSR value */
525 andi.p gr22,#~(PSR_PS|PSR_S),gr6
894 andi.p gr22,#~PSR_PS,gr22
895 andi gr5,#PSR_PS,gr5
H A Dbreak.S143 andi gr2,#PSR_PS,gr2
442 ori gr2,#PSR_PS,gr2
549 andi gr22,#~PSR_PS,gr22 /* PSR.PS should be 0 */
H A Dhead.S468 andi gr22,#~(PSR_PIL|PSR_PS|PSR_S),gr22
H A Dgdb-stub.c1394 if (__debug_frame->psr & PSR_PS)
1409 if (__debug_frame->psr & PSR_PS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dspr-regs.h19 #define PSR_PS 0x00000002 /* previous supervisor mode flag */ macro

Completed in 193 milliseconds