Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dhelper.c56 psw |= (env->psw_v < 0) * PSW_V; in cpu_hppa_get_psw()
79 env->psw = psw & ~(PSW_N | PSW_V | PSW_CB); in cpu_hppa_put_psw()
81 env->psw_v = -((psw / PSW_V) & 1); in cpu_hppa_put_psw()
135 psw_c[10] = (psw & PSW_V ? 'V' : '-'); in hppa_cpu_dump_state()
H A Dcpu.h115 #define PSW_V 0x00020000 macro
/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h28 #define PSW_V 0x00020000 macro
60 #define USER_PSW_MASK (WIDE_PSW | PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
/openbmc/linux/arch/parisc/kernel/
H A Dptrace.c32 #define USER_PSW_BITS (PSW_N | PSW_B | PSW_V | PSW_CB)