Home
last modified time | relevance | path

Searched defs:PSR_S (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-user/sparc/
H A Dcpu_loop.c182 const uint32_t PSR_S = 0x00000080u; in do_getpsr() local
/qemu/target/sparc/
H A Dcpu.h115 #define PSR_S (1<<7) macro