Searched refs:STATUS_E1_MASK (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | irqflags-compact.h | 25 #define STATUS_E1_MASK (1<<STATUS_E1_BIT) macro 30 #define STATUS_IE_MASK (STATUS_E1_MASK | STATUS_E2_MASK) 71 : "n"((STATUS_E1_MASK | STATUS_E2_MASK)) in arch_local_irq_save() 105 : "n"((STATUS_E1_MASK | STATUS_E2_MASK)) in arch_local_irq_enable() 122 : "n"(~(STATUS_E1_MASK | STATUS_E2_MASK)) in arch_local_irq_disable() 147 return !(flags & (STATUS_E1_MASK in arch_irqs_disabled_flags() 183 bic \scratch, \scratch, (STATUS_E1_MASK | STATUS_E2_MASK) 191 or \scratch, \scratch, (STATUS_E1_MASK | STATUS_E2_MASK)
|
H A D | entry-compact.h | 112 or r9, r9, (STATUS_E1_MASK|STATUS_E2_MASK)
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | irqflags-compact.h | 25 #define STATUS_E1_MASK (1<<STATUS_E1_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() 151 return !(flags & (STATUS_E1_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 D | entry-compact.h | 112 or r9, r9, (STATUS_E1_MASK|STATUS_E2_MASK)
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | intc-compact.c | 164 flags |= STATUS_E1_MASK; in arch_local_irq_enable()
|
H A D | entry-compact.S | 213 or r3, r3, (STATUS_E1_MASK|STATUS_E2_MASK)
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | intc-compact.c | 164 flags |= STATUS_E1_MASK; in arch_local_irq_enable()
|
H A D | entry-compact.S | 213 or r3, r3, (STATUS_E1_MASK|STATUS_E2_MASK)
|
Completed in 3 milliseconds