Home
last modified time | relevance | path

Searched refs:PSW_SM_W (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dreal2.S75 rsm PSW_SM_W, %r0 /* go narrow */
83 ssm PSW_SM_W, %r0 /* go wide */
H A Dhead.S251 ssm PSW_SM_W,%r0
397 ssm PSW_SM_W,%r0
H A Dsyscall.S140 ssm PSW_SM_W, %r1
498 ssm PSW_SM_W, %r1
559 rsm PSW_SM_W, %r0
H A Dentry.S1807 rsm PSW_SM_W, %r0
/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h21 #define PSW_SM_W 0x200 /* PA2.0 only : Enable Wide Mode */ macro
/openbmc/qemu/target/hppa/
H A Dcpu.h137 #define PSW_SM_W 0x200 /* PA2.0 only : Enable Wide Mode */ macro
H A Dtranslate.c110 if (val & PSW_SM_W) { in expand_sm_imm()
113 val &= ~(PSW_SM_W | PSW_SM_E | PSW_G); in expand_sm_imm()
115 val &= ~(PSW_SM_W | PSW_SM_E | PSW_O); in expand_sm_imm()