Searched refs:STATUS_PIE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
H A D | irqflags.h | 29 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 D | registers.h | 36 #define STATUS_PIE (1 << 0) /* processor interrupt enable */ macro
|
/kernel/linux/linux-6.6/arch/nios2/include/asm/ |
H A D | irqflags.h | 29 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 D | registers.h | 36 #define STATUS_PIE (1 << 0) /* processor interrupt enable */ macro
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | entry.S | 180 ori r10, r10, STATUS_PIE 233 andi r10, r10, %lo(~STATUS_PIE) 487 andi r7, r7, %lo(~STATUS_PIE) /* disable interrupts */
|
H A D | process.c | 119 childregs->estatus = STATUS_PIE; in copy_thread()
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | entry.S | 180 ori r10, r10, STATUS_PIE 233 andi r10, r10, %lo(~STATUS_PIE) 487 andi r7, r7, %lo(~STATUS_PIE) /* disable interrupts */
|
H A D | process.c | 120 childregs->estatus = STATUS_PIE; in copy_thread()
|
Completed in 4 milliseconds