Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
A Dtraps_32.c89 if(regs->psr & PSR_PS) in die_if_kernel()
102 if(regs->psr & PSR_PS) in do_hw_interrupt()
112 if(psr & PSR_PS) in do_illegal_instruction()
125 if(psr & PSR_PS) in do_priv_instruction()
135 if(regs->psr & PSR_PS) { in do_memaccess_unaligned()
162 if(psr & PSR_PS) in do_fpd_trap()
265 if(psr & PSR_PS) {
306 if(psr & PSR_PS)
318 if(psr & PSR_PS)
A Dtrampoline_32.S46 set (PSR_PIL | PSR_S | PSR_PS), %g1
100 set (PSR_PIL | PSR_S | PSR_PS), %g1
159 set (PSR_PIL | PSR_S | PSR_PS), %g1
A Detrap_32.S83 andcc %t_psr, PSR_PS, %g0 ! fromsupv_p = (psr & PSR_PS)
A Dwof.S95 andcc %t_psr, PSR_PS, %g0
208 andcc %glob_tmp, PSR_PS, %g0
A Dwuf.S95 andcc %t_psr, PSR_PS, %g0
A Drtrap_32.S53 andcc %t_psr, PSR_PS, %g0
A Dentry.S479 andcc %l0, PSR_PS, %g0
672 andcc %l0, PSR_PS, %g0
A Dhead_32.S512 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
/linux/arch/sparc/include/asm/
A Dhead_32.h79 rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0;
82 rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0;
A Dptrace.h143 #define user_mode(regs) (!((regs)->psr & PSR_PS))
/linux/arch/sparc/include/uapi/asm/
A Dpsr.h24 #define PSR_PS 0x00000040 /* previous privilege level */ macro
A Dpsrcompat.h10 #define PSR_PS 0x00000040 /* previous privilege level */ macro
/linux/arch/sparc/mm/
A Dfault_32.c96 if (regs->psr & PSR_PS) in compute_si_addr()
118 int from_user = !(regs->psr & PSR_PS); in do_sparc_fault()

Completed in 13 milliseconds