Searched refs:PS_EXCM_BIT (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dregs.h122 #define PS_EXCM_BIT 4 macro
H A Dprocessor.h151 (1 << PS_EXCM_BIT))
H A Dsystem.h199 "movi a14," __stringify (PS_EXCM_BIT) " | 1\n\t"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dptrace.c65 __put_user(regs->ps & ~(1 << PS_EXCM_BIT), &gregset->ps);
101 regs->ps = (regs->ps & ~ps_mask) | (ps & ps_mask) | (1 << PS_EXCM_BIT);
192 tmp = (regs->ps & ~(1 << PS_EXCM_BIT));
H A Dprocess.c286 elfregs->ps = (regs->ps & ~(1 << PS_EXCM_BIT));
H A Dentry.S655 bbsi.l a0, PS_EXCM_BIT, 1f # exception mode
668 movi a2, 1 << PS_EXCM_BIT
1903 movi a14, (1 << PS_EXCM_BIT) | LOCKLEVEL

Completed in 106 milliseconds