Home
last modified time | relevance | path

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

/Linux-v5.10/arch/nios2/include/asm/
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()
Dregisters.h36 #define STATUS_PIE (1 << 0) /* processor interrupt enable */ macro
/Linux-v5.10/arch/nios2/kernel/
Dentry.S180 ori r10, r10, STATUS_PIE
230 andi r10, r10, %lo(~STATUS_PIE)
476 andi r7, r7, %lo(~STATUS_PIE) /* disable interrupts */
Dprocess.c119 childregs->estatus = STATUS_PIE; in copy_thread()