Home
last modified time | relevance | path

Searched refs:CR_IPSW (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dgdbstub.c70 val = env->cr[CR_IPSW]; in hppa_cpu_gdb_read_register()
196 env->cr[CR_IPSW] = val; in hppa_cpu_gdb_write_register()
H A Dsys_helper.c84 cpu_hppa_put_psw(env, env->cr[CR_IPSW]); in HELPER()
H A Dint_helper.c101 env->cr[CR_IPSW] = old_psw = cpu_hppa_get_psw(env); in hppa_cpu_do_interrupt()
H A Dcpu.h156 #define CR_IPSW 22 macro