Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dtraps_32.c89 make_task_dead((regs->psr & PSR_PS) ? SIGKILL : SIGSEGV); in die_if_kernel()
100 if(regs->psr & PSR_PS) in do_hw_interrupt()
110 if(psr & PSR_PS) in do_illegal_instruction()
123 if(psr & PSR_PS) in do_priv_instruction()
133 if(regs->psr & PSR_PS) { in do_memaccess_unaligned()
160 if(psr & PSR_PS) in do_fpd_trap()
263 if(psr & PSR_PS) {
304 if(psr & PSR_PS)
316 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 Dwof.S95 andcc %t_psr, PSR_PS, %g0
208 andcc %glob_tmp, PSR_PS, %g0
H A Detrap_32.S83 andcc %t_psr, PSR_PS, %g0 ! fromsupv_p = (psr & PSR_PS)
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.S512 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
/openbmc/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))
/openbmc/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
/openbmc/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()
/openbmc/qemu/target/sparc/
H A Dwin_helper.c72 (env->psrps ? PSR_PS : 0) | in cpu_get_psr()
101 env->psrps = (val & PSR_PS) ? 1 : 0; in cpu_put_psr_raw()
H A Dcpu.h114 #define PSR_PS (1<<6) macro