Searched refs:STATUS_PIE (Results 1 – 4 of 4) sorted by relevance
42 arch_local_irq_restore(flags & ~STATUS_PIE); in arch_local_irq_disable()50 arch_local_irq_restore(flags | STATUS_PIE); in arch_local_irq_enable()55 return (flags & STATUS_PIE) == 0; in arch_irqs_disabled_flags()68 arch_local_irq_restore(flags & ~STATUS_PIE); in arch_local_irq_save()
49 #define STATUS_PIE (1 << 0) /* processor interrupt enable */ macro
180 ori r10, r10, STATUS_PIE230 andi r10, r10, %lo(~STATUS_PIE)481 andi r7, r7, %lo(~STATUS_PIE) /* disable interrupts */
115 childregs->estatus = STATUS_PIE; in copy_thread()