Home
last modified time | relevance | path

Searched refs:PSW_R (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h10 #define PSW_R 0x00000010 macro
20 #define PSW_SM_R PSW_R /* Enable Recover Counter Trap */
/openbmc/qemu/target/hppa/
H A Dcpu.h107 #define PSW_R 0x00000010 macro
128 | PSW_R | PSW_Q | PSW_P | PSW_D | PSW_I)
135 #define PSW_SM_R PSW_R /* Enable Recover Counter Trap */
H A Dhelper.c153 psw_c[13] = (psw & PSW_R ? 'R' : '-'); in hppa_cpu_dump_state()
/openbmc/linux/arch/parisc/kernel/
H A Dkgdb.c205 regs->gr[0] |= PSW_R; in kgdb_arch_handle_exception()
H A Dsignal.c341 psw |= PSW_R; in setup_rt_frame()
H A Dtraps.c537 regs->gr[0] &= ~PSW_R; in handle_interruption()