Home
last modified time | relevance | path

Searched refs:PSR_ET (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/arch/sparc/
Dsparc.h23 #define PSR_ET (1 << 5) macro
/Zephyr-Core-3.7.0/arch/sparc/core/
Dreset_trap.S18 wr PSR_PIL | PSR_S | PSR_PS | PSR_ET, %psr
Dthread.c47 thread->callee_saved.psr = PSR_S | PSR_PS | PSR_ET; in arch_new_thread()
Dfault_trap.S100 wr %o2, PSR_ET, %psr
Dinterrupt_trap.S143 wr %l6, PSR_ET, %psr
277 andn %l0, (PSR_CWP | PSR_ET), %l0
Dswitch.S50 andn %o4, PSR_ET, %g1 /* %g1 = psr with traps disabled */