Home
last modified time | relevance | path

Searched refs:PSR_PS (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/arch/sparc/kernel/
Dtraps_32.c86 if(regs->psr & PSR_PS) in die_if_kernel()
101 if(regs->psr & PSR_PS) in do_hw_interrupt()
117 if(psr & PSR_PS) in do_illegal_instruction()
137 if(psr & PSR_PS) in do_priv_instruction()
154 if(regs->psr & PSR_PS) { in do_memaccess_unaligned()
184 if(psr & PSR_PS) in do_fpd_trap()
287 if(psr & PSR_PS) {
334 if(psr & PSR_PS)
351 if(psr & PSR_PS)
Dtrampoline_32.S45 set (PSR_PIL | PSR_S | PSR_PS), %g1
99 set (PSR_PIL | PSR_S | PSR_PS), %g1
158 set (PSR_PIL | PSR_S | PSR_PS), %g1
Detrap_32.S82 andcc %t_psr, PSR_PS, %g0 ! fromsupv_p = (psr & PSR_PS)
Dwof.S94 andcc %t_psr, PSR_PS, %g0
207 andcc %glob_tmp, PSR_PS, %g0
Dwuf.S94 andcc %t_psr, PSR_PS, %g0
Drtrap_32.S52 andcc %t_psr, PSR_PS, %g0
Dentry.S477 andcc %l0, PSR_PS, %g0
670 andcc %l0, PSR_PS, %g0
Dhead_32.S509 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
/linux-4.1.27/arch/sparc/include/asm/
Dhead_32.h78 rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0;
81 rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0;
Dptrace.h107 #define user_mode(regs) (!((regs)->psr & PSR_PS))
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dpsr.h23 #define PSR_PS 0x00000040 /* previous privilege level */ macro
Dpsrcompat.h9 #define PSR_PS 0x00000040 /* previous privilege level */ macro
/linux-4.1.27/arch/frv/kernel/
Dentry.S122 andi gr22,#PSR_PS,gr5 /* try to rebuild original PSR value */
123 andi.p gr22,#~(PSR_PS|PSR_S),gr6
925 andi.p gr22,#~PSR_PS,gr22
926 andi gr5,#PSR_PS,gr5
1152 andicc gr22,#PSR_PS,gr0,icc1 ; don't handle on return to kernel mode
Dbreak.S442 ori gr2,#PSR_PS,gr2
Dhead.S469 andi gr22,#~(PSR_PIL|PSR_PS|PSR_S),gr22
Dgdb-stub.c1438 if (__debug_frame->psr & PSR_PS) in gdbstub()
1453 if (__debug_frame->psr & PSR_PS) in gdbstub()
/linux-4.1.27/arch/sparc/mm/
Dfault_32.c151 if (regs->psr & PSR_PS) in compute_si_addr()
175 int from_user = !(regs->psr & PSR_PS); in do_sparc_fault()
/linux-4.1.27/arch/frv/include/asm/
Dspr-regs.h19 #define PSR_PS 0x00000002 /* previous supervisor mode flag */ macro