Home
last modified time | relevance | path

Searched refs:irq_soft_mask_return (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dhw_irq.h116 static inline notrace unsigned long irq_soft_mask_return(void) in irq_soft_mask_return() function
162 unsigned long flags = irq_soft_mask_return(); in irq_soft_mask_set_return()
171 unsigned long flags = irq_soft_mask_return(); in irq_soft_mask_or_return()
180 unsigned long flags = irq_soft_mask_return(); in irq_soft_mask_andc_return()
189 return irq_soft_mask_return(); in arch_local_save_flags()
348 WARN_ON(irq_soft_mask_return() != IRQS_ALL_DISABLED); in should_hard_irq_enable()
415 static inline notrace unsigned long irq_soft_mask_return(void) in irq_soft_mask_return() function
/linux/arch/powerpc/kernel/
H A Dsyscall.c26 BUG_ON(irq_soft_mask_return() != IRQS_ALL_DISABLED); in system_call_exception()
H A Dirq_64.c75 WARN_ON(irq_soft_mask_return() != IRQS_ALL_DISABLED); in next_interrupt()