Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arc/include/asm/
Dirqflags-arcv2.h16 #define STATUS_IE_MASK (1<<STATUS_IE_BIT) macro
50 #define ISA_INIT_STATUS_BITS (STATUS_IE_MASK | __AD_ENB | \
114 ((!!(temp & STATUS_IE_MASK)) << CLRI_STATUS_IE_BIT) | in arch_local_save_flags()
Dirqflags-compact.h30 #define STATUS_IE_MASK (STATUS_E1_MASK | STATUS_E2_MASK) macro
41 #define ISA_INIT_STATUS_BITS STATUS_IE_MASK
Dentry-arcv2.h268 or r9, r9, STATUS_IE_MASK
/linux-6.1.9/arch/arc/kernel/
Dintc-arcv2.c95 tmp &= ~STATUS_IE_MASK; in arc_init_IRQ()