Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/include/asm/
H A Dirqflags-compact.h26 #define STATUS_E2_MASK (1<<STATUS_E2_BIT) macro
30 #define STATUS_IE_MASK (STATUS_E1_MASK | STATUS_E2_MASK)
75 : "n"((STATUS_E1_MASK | STATUS_E2_MASK)) in arch_local_irq_save()
109 : "n"((STATUS_E1_MASK | STATUS_E2_MASK)) in arch_local_irq_enable()
126 : "n"(~(STATUS_E1_MASK | STATUS_E2_MASK)) in arch_local_irq_disable()
153 | STATUS_E2_MASK in arch_irqs_disabled_flags()
187 bic \scratch, \scratch, (STATUS_E1_MASK | STATUS_E2_MASK)
195 or \scratch, \scratch, (STATUS_E1_MASK | STATUS_E2_MASK)
H A Dentry-compact.h112 or r9, r9, (STATUS_E1_MASK|STATUS_E2_MASK)
/openbmc/linux/arch/arc/kernel/
H A Dintc-compact.c162 flags |= STATUS_E2_MASK; in arch_local_irq_enable()
H A Dentry-compact.S213 or r3, r3, (STATUS_E1_MASK|STATUS_E2_MASK)