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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpsr.h23 #define PSR_PS 0x00000040 /* previous privilege level */ macro
H A Dpsrcompat.h9 #define PSR_PS 0x00000040 /* previous privilege level */ macro
H A Dhead_32.h97 rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0;
100 rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0;
H A Dptrace.h255 #define user_mode(regs) (!((regs)->psr & PSR_PS))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtraps_32.c86 if(regs->psr & PSR_PS)
101 if(regs->psr & PSR_PS)
117 if(psr & PSR_PS)
139 if(psr & PSR_PS)
155 if(regs->psr & PSR_PS) {
180 if(psr & PSR_PS)
285 if(psr & PSR_PS) {
332 if(psr & PSR_PS)
349 if(psr & PSR_PS)
H A Dtrampoline_32.S47 set (PSR_PIL | PSR_S | PSR_PS), %g1
123 set (PSR_PIL | PSR_S | PSR_PS), %g1
185 set (PSR_PIL | PSR_S | PSR_PS), %g1
H A Detrap_32.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 Dprocess_32.c382 * ! ! ! {if(PSR_PS) }
387 if (regs->psr & PSR_PS)
405 if(regs->psr & PSR_PS) {
H A Dwuf.S40 * andcc %l0, PSR_PS, %g0
94 andcc %t_psr, PSR_PS, %g0
H A Drtrap_32.S52 andcc %t_psr, PSR_PS, %g0
H A Dentry.S486 andcc %l0, PSR_PS, %g0
679 andcc %l0, PSR_PS, %g0
838 andcc %l0, PSR_PS, %g0
H A Dhead_32.S1005 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dfault_32.c203 if (regs->psr & PSR_PS) {
228 int from_user = !(regs->psr & PSR_PS);
424 !(regs->psr & PSR_PS)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
913 andi.p gr22,#~PSR_PS,gr22
914 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.S469 andi gr22,#~(PSR_PIL|PSR_PS|PSR_S),gr22
H A Dgdb-stub.c1414 if (__debug_frame->psr & PSR_PS)
1429 if (__debug_frame->psr & PSR_PS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dspr-regs.h19 #define PSR_PS 0x00000002 /* previous supervisor mode flag */ macro

Completed in 106 milliseconds