Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dhelper.c71 reserved |= PSW_E; /* not implemented */ in cpu_hppa_put_psw()
75 reserved |= PSW_E | PSW_Y | PSW_Z; /* not implemented */ in cpu_hppa_put_psw()
141 psw_c[1] = (psw & PSW_E ? 'E' : '-'); in hppa_cpu_dump_state()
H A Dcpu.h122 #define PSW_E 0x04000000 macro
127 #define PSW_SM (PSW_W | PSW_E | PSW_O | PSW_G | PSW_F \
/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h39 #define PSW_E 0x04000000 macro