Searched refs:get_trigger_mask (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/metag/include/asm/
H A Dirqflags.h19 extern unsigned int get_trigger_mask(void);
24 static inline unsigned int get_trigger_mask(void) get_trigger_mask() function
87 arch_local_irq_restore(get_trigger_mask()); arch_local_irq_enable()
/linux-4.4.14/arch/metag/kernel/
H A Dtraps.c789 unsigned int get_trigger_mask(void) get_trigger_mask() function
793 EXPORT_SYMBOL(get_trigger_mask); variable
865 set_trigger_mask(get_trigger_mask() | TBI_TRIG_BIT(irq)); tbi_startup_interrupt()
877 set_trigger_mask(get_trigger_mask() & ~TBI_TRIG_BIT(irq)); tbi_shutdown_interrupt()
904 Next.Sig.TrigMask = get_trigger_mask(); ret_from_fork()
H A Dprocess.c60 : "r" (get_trigger_mask())); arch_cpu_idle()

Completed in 209 milliseconds