Searched refs:PSR_PS (Results 1 – 13 of 13) sorted by relevance
/linux/arch/sparc/kernel/ |
A D | traps_32.c | 89 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 D | trampoline_32.S | 46 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 D | etrap_32.S | 83 andcc %t_psr, PSR_PS, %g0 ! fromsupv_p = (psr & PSR_PS)
|
A D | wof.S | 95 andcc %t_psr, PSR_PS, %g0 208 andcc %glob_tmp, PSR_PS, %g0
|
A D | wuf.S | 95 andcc %t_psr, PSR_PS, %g0
|
A D | rtrap_32.S | 53 andcc %t_psr, PSR_PS, %g0
|
A D | entry.S | 479 andcc %l0, PSR_PS, %g0 672 andcc %l0, PSR_PS, %g0
|
A D | head_32.S | 512 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
|
/linux/arch/sparc/include/asm/ |
A D | head_32.h | 79 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 D | ptrace.h | 143 #define user_mode(regs) (!((regs)->psr & PSR_PS))
|
/linux/arch/sparc/include/uapi/asm/ |
A D | psr.h | 24 #define PSR_PS 0x00000040 /* previous privilege level */ macro
|
A D | psrcompat.h | 10 #define PSR_PS 0x00000040 /* previous privilege level */ macro
|
/linux/arch/sparc/mm/ |
A D | fault_32.c | 96 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