Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
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)
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
Detrap_32.S83 andcc %t_psr, PSR_PS, %g0 ! fromsupv_p = (psr & PSR_PS)
Dwof.S95 andcc %t_psr, PSR_PS, %g0
208 andcc %glob_tmp, PSR_PS, %g0
Dwuf.S95 andcc %t_psr, PSR_PS, %g0
Drtrap_32.S53 andcc %t_psr, PSR_PS, %g0
Dentry.S479 andcc %l0, PSR_PS, %g0
672 andcc %l0, PSR_PS, %g0
Dhead_32.S512 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
/linux-6.1.9/arch/sparc/include/asm/
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;
Dptrace.h143 #define user_mode(regs) (!((regs)->psr & PSR_PS))
/linux-6.1.9/arch/sparc/include/uapi/asm/
Dpsr.h24 #define PSR_PS 0x00000040 /* previous privilege level */ macro
Dpsrcompat.h10 #define PSR_PS 0x00000040 /* previous privilege level */ macro
/linux-6.1.9/arch/sparc/mm/
Dfault_32.c96 if (regs->psr & PSR_PS) in compute_si_addr()
118 int from_user = !(regs->psr & PSR_PS); in do_sparc_fault()