Home
last modified time | relevance | path

Searched refs:PS_MG (Results 1 – 3 of 3) sorted by relevance

/qemu/target/sparc/
H A Dwin_helper.c344 case PS_MG: in get_gregset()
382 new_pstate &= ~(PS_AG | PS_IG | PS_MG); in cpu_change_pstate()
H A Dint64_helper.c228 cpu_change_pstate(env, PS_PEF | PS_PRIV | PS_MG); in sparc_cpu_do_interrupt()
H A Dcpu.h125 #define PS_MG (1<<10) /* v9, zero on UA2007 */ macro