Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h37 #define PSW_T 0x01000000 macro
60 #define USER_PSW_MASK (WIDE_PSW | PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
/openbmc/qemu/target/hppa/
H A Dhelper.c143 psw_c[3] = (psw & PSW_T ? 'T' : '-'); in hppa_cpu_dump_state()
H A Dcpu.h120 #define PSW_T 0x01000000 macro
/openbmc/linux/arch/parisc/kernel/
H A Dtraps.c688 regs->gr[0] &= ~PSW_T; in handle_interruption()