Home
last modified time | relevance | path

Searched refs:STATUS_PIE (Results 1 – 4 of 4) sorted by relevance

/linux/arch/nios2/include/asm/
H A Dirqflags.h29 arch_local_irq_restore(flags & ~STATUS_PIE); in arch_local_irq_disable()
37 arch_local_irq_restore(flags | STATUS_PIE); in arch_local_irq_enable()
42 return (flags & STATUS_PIE) == 0; in arch_irqs_disabled_flags()
55 arch_local_irq_restore(flags & ~STATUS_PIE); in arch_local_irq_save()
H A Dregisters.h36 #define STATUS_PIE (1 << 0) /* processor interrupt enable */ macro
/linux/arch/nios2/kernel/
H A Dentry.S180 ori r10, r10, STATUS_PIE
233 andi r10, r10, %lo(~STATUS_PIE)
487 andi r7, r7, %lo(~STATUS_PIE) /* disable interrupts */
H A Dprocess.c120 childregs->estatus = STATUS_PIE; in copy_thread()