Home
last modified time | relevance | path

Searched defs:local_irq_enable (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/proc-armv/
H A Dsystem.h47 #define local_irq_enable() \ macro
85 #define local_irq_enable() \ macro
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dsystem.h11 #define local_irq_enable() macro
/openbmc/u-boot/arch/nios2/include/asm/
H A Dsystem.h9 #define local_irq_enable() __asm__ __volatile__ ( \ macro
/openbmc/u-boot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h36 static inline void local_irq_enable(void) in local_irq_enable() function
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsystem.h16 #define local_irq_enable() \ macro
/openbmc/linux/include/linux/
H A Dirqflags.h206 #define local_irq_enable() \ macro
243 #define local_irq_enable() do { raw_local_irq_enable(); } while (0) macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h101 #define local_irq_enable() __sti () macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h144 #define local_irq_enable() __sti(); macro
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h185 static inline void local_irq_enable(void) in local_irq_enable() function