Home
last modified time | relevance | path

Searched refs:PSR_S (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h11 #define PSR_S 0x00000080 /* current privilege level */ macro
31 PSR_S | in tstate_to_psr()
H A Dpsr.h25 #define PSR_S 0x00000080 /* current privilege level */ macro
/openbmc/linux/arch/sparc/kernel/
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 Dhead_32.S512 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c182 const uint32_t PSR_S = 0x00000080u; in do_getpsr() local
188 PSR_S | in do_getpsr()
193 return (cpu_get_psr(env) & (PSR_ICC | PSR_CWP)) | PSR_S; in do_getpsr()
/openbmc/linux/arch/sparc/include/asm/
H A Dprocessor_32.h61 regs->psr = (regs->psr & (PSR_CWP)) | PSR_S; in start_thread()
/openbmc/qemu/target/sparc/
H A Dwin_helper.c71 (env->psrs ? PSR_S : 0) | in cpu_get_psr()
100 env->psrs = (val & PSR_S) ? 1 : 0; in cpu_put_psr_raw()
H A Dcpu.h113 #define PSR_S (1<<7) macro