Searched refs:STATUS_E2_MASK (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | irqflags-compact.h | 26 #define STATUS_E2_MASK (1<<STATUS_E2_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() 149 | STATUS_E2_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 | 26 #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 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 | 162 flags |= STATUS_E2_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 | 162 flags |= STATUS_E2_MASK; in arch_local_irq_enable()
|
H A D | entry-compact.S | 213 or r3, r3, (STATUS_E1_MASK|STATUS_E2_MASK)
|
Completed in 4 milliseconds