Searched refs:PSW_I (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/parisc/include/asm/
H A Dirqflags.h16 asm volatile("rsm %0,%%r0\n" : : "i" (PSW_I) : "memory"); arch_local_irq_disable()
21 asm volatile("ssm %0,%%r0\n" : : "i" (PSW_I) : "memory"); arch_local_irq_enable()
27 asm volatile("rsm %1,%0" : "=r" (flags) : "i" (PSW_I) : "memory"); arch_local_irq_save()
38 return (flags & PSW_I) == 0; arch_irqs_disabled_flags()
H A Dpsw.h4 #define PSW_I 0x00000001 macro
15 #define PSW_SM_I PSW_I /* Enable External Interrupts */
60 #define USER_PSW (PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I)

Completed in 82 milliseconds