Home
last modified time | relevance | path

Searched refs:PS_IE (Results 1 – 2 of 2) sorted by relevance

/qemu/target/sparc/
H A Dcpu.h133 #define PS_IE (1<<1) macro
692 if ((env1->pstate & PS_IE) && !cpu_hypervisor_mode(env1)) { in cpu_interrupts_enabled()
H A Dcpu.c52 env->pstate = PS_RMO | PS_PEF | PS_IE; in sparc_cpu_reset_hold()