Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dhelper.c56 psw |= ((env->psw_v >> 31) & 1) * PSW_V; in cpu_hppa_get_psw()
82 env->psw_v = -((psw / PSW_V) & 1); in cpu_hppa_put_psw()
H A Dcpu.h214 target_long psw_v; /* in bit 31 */ member
H A Dtranslate.c277 DEF_VAR(psw_v), in hppa_translate_init()