Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dtraps_32.c90 make_task_dead((regs->psr & PSR_PS) ? SIGKILL : SIGSEGV); in die_if_kernel()
101 if(regs->psr & PSR_PS) in do_hw_interrupt()
111 if(psr & PSR_PS) in do_illegal_instruction()
124 if(psr & PSR_PS) in do_priv_instruction()
134 if(regs->psr & PSR_PS) { in do_memaccess_unaligned()
161 if(psr & PSR_PS) in do_fpd_trap()
264 if(psr & PSR_PS) {
305 if(psr & PSR_PS)
317 if(psr & PSR_PS)
H 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
H A Detrap_32.S83 andcc %t_psr, PSR_PS, %g0 ! fromsupv_p = (psr & PSR_PS)
H A Dwof.S95 andcc %t_psr, PSR_PS, %g0
208 andcc %glob_tmp, PSR_PS, %g0
H A Dwuf.S95 andcc %t_psr, PSR_PS, %g0
H A Drtrap_32.S53 andcc %t_psr, PSR_PS, %g0
H A Dentry.S479 andcc %l0, PSR_PS, %g0
672 andcc %l0, PSR_PS, %g0
H A Dhead_32.S519 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
/linux/arch/sparc/include/asm/
H 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;
H A Dptrace.h143 #define user_mode(regs) (!((regs)->psr & PSR_PS))
/linux/arch/sparc/include/uapi/asm/
H A Dpsr.h24 #define PSR_PS 0x00000040 /* previous privilege level */ macro
H A Dpsrcompat.h10 #define PSR_PS 0x00000040 /* previous privilege level */ macro
/linux/arch/sparc/mm/
H 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()